FixedAttributes class
- Annotations
-
- @JsonSerializable.new()
Constructors
- FixedAttributes(String? userSn, String? modelNo, String? displayModelNo, int? modelCategory, int? canStandby, bool? quantityCharge, String? macAddress, String? wiredMacAddress, String? icon, String? smallIcon, bool? supportOtaAutoUpgrade, String? roleName, bool? supportWhiteLight, bool? supportStarlightSensor, bool? supportIndoor, bool? supportPirAi)
-
FixedAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- canStandby ↔ int?
-
getter/setter pair
- displayModelNo ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String?
-
getter/setter pair
- macAddress ↔ String?
-
getter/setter pair
- modelCategory ↔ int?
-
getter/setter pair
- modelNo ↔ String?
-
getter/setter pair
- quantityCharge ↔ bool?
-
getter/setter pair
- roleName ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smallIcon ↔ String?
-
getter/setter pair
- supportIndoor ↔ bool?
-
getter/setter pair
- supportOtaAutoUpgrade ↔ bool?
-
getter/setter pair
- supportPirAi ↔ bool?
-
getter/setter pair
- supportStarlightSensor ↔ bool?
-
getter/setter pair
- supportWhiteLight ↔ bool?
-
getter/setter pair
- userSn ↔ String?
-
getter/setter pair
- wiredMacAddress ↔ String?
-
getter/setter pair
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited