RGBController class
Constructors
-
RGBController.new({required String name, required String vendor, required String description, required String version, required String serial, required String location, required int activeMode, required List<
ModeData> modes, required List<ZoneData> zones, required List<LedData> leds, required List<Color> colors}) -
const
- RGBController.fromData(Uint8List data)
-
factory
Properties
- activeMode → int
-
final
-
colors
→ List<
Color> -
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
leds
→ List<
LedData> -
final
- location → String
-
final
-
modes
→ List<
ModeData> -
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serial → String
-
final
- vendor → String
-
final
- version → String
-
final
-
zones
→ List<
ZoneData> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited