SeatingChartConfigChange class abstract

Constructors

SeatingChartConfigChange([void updates(SeatingChartConfigChangeBuilder)?])
factory

Properties

availableCategories List<String>?
no setter
channels List<String>?
no setter
extraConfig Map<String, dynamic>?
no setter
filteredCategories List<String>?
no setter
hashCode int
The hash code for this object.
no setterinherited
maxSelectedObjects MaxSelectedObjects?
no setter
numberOfPlacesToSelect int?
no setter
objectColor String?
no setter
objectLabel String?
no setter
pricing Pricing?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unavailableCategories List<String>?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SeatingChartConfigChangeBuilder)) SeatingChartConfigChange
Rebuilds the instance.
inherited
toBuilder() SeatingChartConfigChangeBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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