Zone class abstract

Class is used for storing location polygonal zones. Referenced from Sublocation.

Implemented types
Implementers

Constructors

Zone()

Properties

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

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