Venue class abstract

Class is used for storing venue. Referenced from Sublocation.

Implemented types
Implementers

Constructors

Venue()

Properties

alias String
venue's alias.
no setter
categoryId int
venue's category unique identifier Category
no setter
descript String
venue's description.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
venue's identifier.
no setter
imageUrl String?
venue's image url if specified.
no setter
locationId int
venue's location identifier.
no setter
name String
venue's name.
no setter
phone String
venue's phone.
no setter
point Point
venue's X and Y coordinates in meters as Point (within the sublocation).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocationId int
venue's sublocation identifier.
no setter

Methods

isValid() bool
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