DeviceStatusInfo class

Constructors

DeviceStatusInfo.new({required int lockMode, required bool lock, required bool antiPryingAlarm, required int volume, required int language, required int motorTime, required int autoCloseLockTime, required int obligate1, required int obligate2, required int obligate3, required int obligate4, required int lockBody})
DeviceStatusInfo.fromJson(Map<String, dynamic> map)
factory

Properties

antiPryingAlarm bool
getter/setter pair
autoCloseLockTime int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language int
getter/setter pair
lock bool
getter/setter pair
lockBody int
getter/setter pair
lockMode int
getter/setter pair
motorTime int
getter/setter pair
obligate1 int
getter/setter pair
obligate2 int
getter/setter pair
obligate3 int
getter/setter pair
obligate4 int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volume int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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