VenueInfo class abstract
Represents the venue info existing in a catalogs contains id and name.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- venueId → int
-
The
idof the venue info as number. This can be used to get the identifer of type Integer for Venue. Gets the venue info id as number.no setter - venueIdentifier → String
-
The
idof the venue info. This can be used to get the identifer of type string in UUID format for Venue. Gets the venue info id.no setter - venueName → String
-
The name of the venue info.
This can be used to get the name for Venue.
Gets the venue info name.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited