CLCmdLocData class final
Data structure for VOC Location information(whu customed).
Constructors
- CLCmdLocData({required int latitude, required int longitude})
- CLCmdLocData.from(PERIPHERAL_LOC_DATA v)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited