StateCode class

Constructors

StateCode({required int battery, required int volume, required int mode, required int temp, required int lockTongue, required int mainLockTongue, required int door, required int antiLockButton, required int keyCylinder, required int card})

Properties

antiLockButton int
final
battery int
final
card int
final
door int
final
hashCode int
The hash code for this object.
no setterinherited
keyCylinder int
final
lockTongue int
final
mainLockTongue int
final
mode int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temp int
final
volume int
final

Methods

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

Operators

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