CommandsEcg class

Constructors

CommandsEcg({List<int> start = const [0x11], List<int> stop = const [0x12], List<int> stopSave = const [], List<int> startSave = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start List<int>
final
startSave List<int>
final
stop List<int>
final
stopSave List<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