Loading...
Searching...
No Matches
ZoneEvent Class Reference

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.
 

Detailed Description

Class described user zone event.

Referenced from ZoneListener.

Definition at line 20 of file zone_event.dart.

Constructor & Destructor Documentation

◆ ZoneEvent()

ZoneEvent.ZoneEvent ( this. type,
this. locationId,
this. sublocationId,
this. id,
this. name,
this. alias )

Default constructor.

Member Data Documentation

◆ alias

String ZoneEvent.alias

zone's alias.

Definition at line 46 of file zone_event.dart.

◆ id

int ZoneEvent.id

zone's identifier.

Definition at line 38 of file zone_event.dart.

◆ locationId

int ZoneEvent.locationId

zone's location identifier.

Definition at line 30 of file zone_event.dart.

◆ name

String ZoneEvent.name

zone's name.

Definition at line 42 of file zone_event.dart.

◆ sublocationId

int ZoneEvent.sublocationId

zone's sublocationId identifier.

Definition at line 34 of file zone_event.dart.

◆ type

ZoneEventType ZoneEvent.type

Handled zone event type.

Definition at line 26 of file zone_event.dart.


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