GroupActionBuilder class

Constructors

GroupActionBuilder()

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
on bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturation int?
getter/setter pair
scene String?
getter/setter pair
xy ↔ ListBuilder<double>
getter/setter pair

Methods

build() → _$GroupAction
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(GroupAction 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(GroupActionBuilder)?) → void
Applies updates.
override

Operators

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