Zone$Impl class

Implemented types

Constructors

Zone$Impl(Pointer<Void> handle)

Properties

alias String
@brief zone's alias.
no setteroverride
color String
@brief zone's color.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id int
@brief zone's identifier.
no setteroverride
locationId int
@brief zone's location identifier.
no setteroverride
name String
@brief zone's name.
no setteroverride
polygon Polygon
@brief zone's list of points composing the polygonal zone @see Polygon "Polygon"
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocationId int
@brief zone's sublocationId identifier.
no setteroverride

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