CommandsSave class

Constructors

CommandsSave({CommandsEcg ecg = const CommandsEcg(), CommandsOxi oxi = const CommandsOxi(), CommandsBle ble = const CommandsBle(), CommandsFunction func = const CommandsFunction()})
const

Properties

ble CommandsBle
final
ecg CommandsEcg
final
func CommandsFunction
final
hashCode int
The hash code for this object.
no setterinherited
oxi CommandsOxi
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startEcg List<int>
no setter
startOxi List<int>
no setter
stopEcg List<int>
no setter
stopOxi List<int>
no setter

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