SeatingConfigChange class Null safety
Constructors
- SeatingConfigChange([dynamic updates(SeatingConfigChangeBuilder b)])
-
factory
Properties
-
availableCategories
→ BuiltList<
String> ? -
read-only
-
extraConfig
→ BuiltMap<
String, String> ? -
read-only
-
filteredCategories
→ BuiltList<
String> ? -
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- maxSelectedObjects → int?
-
read-only
- objectColor → String?
-
read-only
- objectIcon → String?
-
read-only
- objectLabel → String?
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SeatingConfigChangeBuilder)) → SeatingConfigChange -
Rebuilds the instance.
inherited
-
toBuilder(
) → SeatingConfigChangeBuilder -
Converts the instance to a builder
B
.inherited -
toMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
SeatingConfigChange> -
read-only