SeatingConfigChange class abstract

Constructors

SeatingConfigChange([dynamic updates(SeatingConfigChangeBuilder b)])
factory

Properties

availableCategories → BuiltList<String>?
See more: https://docs.seats.io/docs/renderer/availablecategories/
no setter
extraConfig → BuiltMap<String, String>?
no setter
filteredCategories → BuiltList<String>?
no setter
hashCode int
The hash code for this object.
no setterinherited
maxSelectedObjectList List<Map<String, dynamic>>?
If maxSelectedObjectList is not null, it replaces maxSelectedObjectList.
no setter
maxSelectedObjects int?
See more: https://docs.seats.io/docs/renderer/config-maxselectedobjects/
no setter
objectColor String?
no setter
objectIcon String?
no setter
objectLabel String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unavailableCategories → BuiltList<String>?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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>
no setter