Venue$Impl class

Implemented types

Constructors

Venue$Impl(Pointer<Void> handle)

Properties

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

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