class is used for storing venue categories. More...
Public Member Functions | |
Category (this.id, this.name, this.imageUrl) | |
Default constructor. | |
Public Attributes | |
int | id |
category identifier. | |
String | name |
category name. | |
String | imageUrl |
image source. If presented. | |
class is used for storing venue categories.
Referenced from Location Venue.
Definition at line 17 of file category.dart.
Category.Category | ( | this. | id, |
this. | name, | ||
this. | imageUrl ) |
Default constructor.
int Category.id |
category identifier.
Definition at line 23 of file category.dart.
String Category.imageUrl |
image source. If presented.
Definition at line 31 of file category.dart.
String Category.name |
category name.
Definition at line 27 of file category.dart.