Class described user zone event.
More...
|
| | ZoneEvent (this.type, this.locationId, this.sublocationId, this.id, this.name, this.alias) |
| | Default constructor.
|
| |
Class described user zone event.
Referenced from ZoneListener.
Definition at line 20 of file zone_event.dart.
◆ ZoneEvent()
| ZoneEvent.ZoneEvent |
( |
this. | type, |
|
|
this. | locationId, |
|
|
this. | sublocationId, |
|
|
this. | id, |
|
|
this. | name, |
|
|
this. | alias ) |
◆ alias
zone's alias.
Dart code snippet:
String alias = zoneEvent.
alias;
print("Zone alias: $alias");
Definition at line 82 of file zone_event.dart.
◆ id
◆ locationId
zone's location identifier.
Dart code snippet:
print("Zone location ID: $locationId");
Definition at line 42 of file zone_event.dart.
◆ name
zone's name.
Dart code snippet:
String name = zoneEvent.
name;
print("Zone name: $name");
Definition at line 72 of file zone_event.dart.
◆ sublocationId
| int ZoneEvent.sublocationId |
zone's sublocationId identifier.
Dart code snippet:
print("Zone sublocation ID: $sublocationId");
Definition at line 52 of file zone_event.dart.
◆ type
Handled zone event type.
Dart code snippet:
ZoneEventType type = zoneEvent.
type;
print("Zone event type: $type");
Definition at line 32 of file zone_event.dart.
The documentation for this class was generated from the following file: