ClientDeviceMessageAttributes class
- Annotations
-
- @JsonSerializable.new(fieldRename: FieldRename.pascal, includeIfNull: false)
Constructors
- ClientDeviceMessageAttributes()
-
ClientDeviceMessageAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
linearCmd
↔ List<
ClientGenericDeviceMessageAttributes> ? -
getter/setter pair
- rawReadCmd ↔ RawDeviceMessageAttributes?
-
getter/setter pair
- rawSubscribeCmd ↔ RawDeviceMessageAttributes?
-
getter/setter pair
- rawWriteCmd ↔ RawDeviceMessageAttributes?
-
getter/setter pair
-
rotateCmd
↔ List<
ClientGenericDeviceMessageAttributes> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scalarCmd
↔ List<
ClientGenericDeviceMessageAttributes> ? -
getter/setter pair
-
sensorReadCmd
↔ List<
SensorDeviceMessageAttributes> ? -
getter/setter pair
-
sensorSubscribeCmd
↔ List<
SensorDeviceMessageAttributes> ? -
getter/setter pair
- stopDeviceCmd ↔ NullDeviceMessageAttributes
-
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