FacilityStrengthMachineData class
- Annotations
-
- @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)
Constructors
- FacilityStrengthMachineData({required num id, required String updatedAt, required String model, required String version, String? softwareVersion, String? mainBoardSerial, String? location, String? displayUUID, String? leftCylinderSerial, String? rightCylinderSerial, StrengthMachineData? strengthMachine, A500MachineStateData? a500MachineState})
-
Returns a new FacilityStrengthMachineData instance.
const
-
FacilityStrengthMachineData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- a500MachineState → A500MachineStateData?
-
final
- displayUUID → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → num
-
final
- leftCylinderSerial → String?
-
final
- location → String?
-
final
- mainBoardSerial → String?
-
final
- model → String
-
final
- rightCylinderSerial → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- softwareVersion → String?
-
final
- strengthMachine → StrengthMachineData?
-
final
- updatedAt → String
-
final
- version → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override