SeatsioObject class Null safety
- Implemented types
Constructors
- SeatsioObject([dynamic updates(SeatsioObjectBuilder b)])
-
factory
Properties
- category → SeatsioCategory?
-
read-only
- center → SeatsioPoint?
-
read-only
- forSale → bool
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → String
-
read-only
- label → String
-
read-only
- labelDetail → SeatsioLabel?
-
read-only
- objectType → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
seats
→ List<
SeatsioObject> ? -
read-only
- selectable → bool
-
read-only
- status → String
-
read-only
- uuid → String
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SeatsioObjectBuilder)) → SeatsioObject -
Rebuilds the instance.
inherited
-
toBuilder(
) → SeatsioObjectBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
SeatsioObject> -
read-only
Static Methods
-
arrayFromJson(
String jsonString) → List< SeatsioObject> ? -
fromJson(
String jsonString) → SeatsioObject? -
fromMap(
Map? data) → SeatsioObject?