Loading...
Searching...
No Matches
Venue Class Referenceabstract

Class is used for storing venue. More...

Inherits Finalizable.

Public Attributes

Point get point
 venue's X and Y coordinates in meters as Point (within the sublocation).
 
int get locationId
 venue's location identifier.
 
int get sublocationId
 venue's sublocation identifier.
 
int get id
 venue's identifier.
 
String get name
 venue's name.
 
String get phone
 venue's phone.
 
String get descript
 venue's description.
 
String get alias
 venue's alias.
 
int get categoryId
 venue's category unique identifier Category
 
String get imageUrl
 venue's image url if specified.
 

Detailed Description

Class is used for storing venue.

Referenced from Sublocation.

Definition at line 20 of file venue.dart.

Member Data Documentation

◆ alias

String get Venue.alias

venue's alias.

Definition at line 54 of file venue.dart.

◆ categoryId

int get Venue.categoryId

venue's category unique identifier Category

Definition at line 58 of file venue.dart.

◆ descript

String get Venue.descript

venue's description.

Definition at line 50 of file venue.dart.

◆ id

int get Venue.id

venue's identifier.

Definition at line 38 of file venue.dart.

◆ imageUrl

String get Venue.imageUrl

venue's image url if specified.

Definition at line 62 of file venue.dart.

◆ locationId

int get Venue.locationId

venue's location identifier.

Definition at line 30 of file venue.dart.

◆ name

String get Venue.name

venue's name.

Definition at line 42 of file venue.dart.

◆ phone

String get Venue.phone

venue's phone.

Definition at line 46 of file venue.dart.

◆ point

Point get Venue.point

venue's X and Y coordinates in meters as Point (within the sublocation).

Definition at line 26 of file venue.dart.

◆ sublocationId

int get Venue.sublocationId

venue's sublocation identifier.

Definition at line 34 of file venue.dart.


The documentation for this class was generated from the following file: