LightStateBuilder class

Constructors

LightStateBuilder()

Properties

alert String?
getter/setter pair
brightness int?
getter/setter pair
colorMode String?
getter/setter pair
ct int?
getter/setter pair
effect String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hue int?
getter/setter pair
mode String?
getter/setter pair
on bool?
getter/setter pair
reachable bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturation int?
getter/setter pair
xy ↔ ListBuilder<num>
getter/setter pair

Methods

build() → _$LightState
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(LightState other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(LightStateBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited