SystemData class

Inheritance

Constructors

SystemData({required int deviceId, required String? locationName, required DeviceAddress? address, bool quietModeEnabled = false, String? quietModeText, required SystemExerciseData exercise, required SystemGeneratorData? generator, required List<SystemAtsData> atsTiles, required HubData? hubData, required SystemFirmwareData firmware, InstallationChecklistType installationChecklistType = InstallationChecklistType.defaultSystem, InstallationChecklistStep currentInstallationChecklistStep = InstallationChecklistStep.completed})
const

Properties

address DeviceAddress?
final
atsTiles List<SystemAtsData>
final
currentInstallationChecklistStep InstallationChecklistStep
final
deviceId int
final
exercise SystemExerciseData
final
firmware SystemFirmwareData
final
generator SystemGeneratorData?
final
hashCode int
The hash code for this object.
no setterinherited
hubData HubData?
final
installationChecklistType InstallationChecklistType
final
locationName String?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
quietModeEnabled bool
final
quietModeText String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

copyWith({int? deviceId, String? locationName, DeviceAddress? address, bool? quietModeEnabled, String? quietModeText, SystemExerciseData? exercise, SystemGeneratorData? generator, List<SystemAtsData>? atsTiles, HubData? hubData, SystemFirmwareData? firmware, InstallationChecklistType? installationChecklistType, InstallationChecklistStep? currentInstallationChecklistStep}) SystemData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDuplicatedLocation({required String newLocationName, required DeviceAddress newAddress}) SystemData
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited