ZoneEvent class

@ingroup navigine_dart_classes @ingroup navigine_dart_secondary_classes

@brief Class described user zone event.

Referenced from @see ZoneListener "ZoneListener".

Constructors

ZoneEvent(ZoneEventType type, int locationId, int sublocationId, int id, String name, String alias)
@brief Default constructor

Properties

alias String
@brief zone's alias.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
@brief zone's identifier.
getter/setter pair
locationId int
@brief zone's location identifier.
getter/setter pair
name String
@brief zone's name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocationId int
@brief zone's sublocationId identifier.
getter/setter pair
type ZoneEventType
@brief Handled zone event type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited