SystemGeneratorData class
Constructors
- SystemGeneratorData({required String serialNumber, required DataSource dataSource, required String? displayName, required String? modelNumber, required DeviceStatus status, required SwitchState? mode, required PowerSource powerSource, required FuelType? fuelType, required int alertCount, required Duration? totalRuntime, required bool hasServiceAgreement, required ServiceAgreementStatus? serviceAgreementStatus, required DateTime? serviceAgreementExpiryDate})
-
const
Properties
- alertCount → int
-
final
- dataSource → DataSource
-
final
- displayName → String?
-
final
- fuelType → FuelType?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasServiceAgreement → bool
-
final
- mode → SwitchState?
-
final
- modelNumber → String?
-
final
- powerSource → PowerSource
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → String
-
final
- serviceAgreementExpiryDate → DateTime?
-
final
- serviceAgreementStatus → ServiceAgreementStatus?
-
final
- status → DeviceStatus
-
final
- stringify → bool?
-
If set to
true, the toString method will be overridden to output this instance's props.no setterinherited - totalRuntime → Duration?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited