CLCmdArrowData class final
Data structure for Leap arrow information(fudan customed).
Constructors
- CLCmdArrowData({required int arrow_dir, required int arrow_bgcolor, required int arrow_color, required int shine_freq, required int shine_interval, required int shine_during, required bool shine_enable})
- CLCmdArrowData.from(PERIPHERAL_ARROW_DATA v)
-
factory
Properties
- arrow_bgcolor → int
-
final
- arrow_color → int
-
final
- arrow_dir → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shine_during → int
-
final
- shine_enable → bool
-
final
- shine_freq → int
-
final
- shine_interval → int
-
final
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