Class described user zone event. More...
Public Member Functions | |
ZoneEvent (this.type, this.locationId, this.sublocationId, this.id, this.name, this.alias) | |
Default constructor. | |
Public Attributes | |
ZoneEventType | type |
Handled zone event type. | |
int | locationId |
zone's location identifier. | |
int | sublocationId |
zone's sublocationId identifier. | |
int | id |
zone's identifier. | |
String | name |
zone's name. | |
String | alias |
zone's alias. | |
Class described user zone event.
Referenced from ZoneListener.
Definition at line 20 of file zone_event.dart.
ZoneEvent.ZoneEvent | ( | this. | type, |
this. | locationId, | ||
this. | sublocationId, | ||
this. | id, | ||
this. | name, | ||
this. | alias ) |
Default constructor.
String ZoneEvent.alias |
zone's alias.
Definition at line 46 of file zone_event.dart.
int ZoneEvent.id |
zone's identifier.
Definition at line 38 of file zone_event.dart.
int ZoneEvent.locationId |
zone's location identifier.
Definition at line 30 of file zone_event.dart.
String ZoneEvent.name |
zone's name.
Definition at line 42 of file zone_event.dart.
int ZoneEvent.sublocationId |
zone's sublocationId identifier.
Definition at line 34 of file zone_event.dart.
ZoneEventType ZoneEvent.type |
Handled zone event type.
Definition at line 26 of file zone_event.dart.