SeatingConfigChangeBuilder class Null safety
Constructors
Properties
-
availableCategories
↔ ListBuilder<
String> -
read / write
-
extraConfig
↔ MapBuilder<
String, String> -
read / write
-
filteredCategories
↔ ListBuilder<
String> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- maxSelectedObjects ↔ int?
-
read / write
- objectColor ↔ String?
-
read / write
- objectIcon ↔ String?
-
read / write
- objectLabel ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
read / write
Methods
-
build(
) → SeatingConfigChange -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
replace(
SeatingConfigChange 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(SeatingConfigChangeBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited