SeatsioObjectBuilder class Null safety
- Implemented types
Constructors
Properties
- category ↔ SeatsioCategoryBuilder
-
read / write
- center ↔ SeatsioPointBuilder
-
read / write
- forSale ↔ bool?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
read / write
- label ↔ String?
-
read / write
- labelDetail ↔ SeatsioLabelBuilder
-
read / write
- objectType ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
seats
↔ List<
SeatsioObject> ? -
read / write
- selectable ↔ bool?
-
read / write
- status ↔ String?
-
read / write
- uuid ↔ String?
-
read / write
Methods
-
build(
) → SeatsioObject -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
replace(
SeatsioObject 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(SeatsioObjectBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited