Venue$Impl class

Implemented types

Properties

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

Methods

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

Static Methods

fromOptionalPtr(Pointer<Void> ptr) Venue?
getNativePtr(Venue? obj) Pointer<Void>