Zone$Impl class
- Implemented types
Constructors
Properties
- alias → String
-
zone's alias.
no setteroverride
- color → String
-
zone's color.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
zone's identifier.
no setteroverride
- locationId → int
-
zone's location identifier.
no setteroverride
- name → String
-
zone's name.
no setteroverride
- polygon → Polygon
-
zone's list of points composing the polygonal zone Polygon
no setteroverride
-
ptr
→ Pointer<
Void> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sublocationId → int
-
zone's sublocationId identifier.
no setteroverride
Methods
-
isValid(
) → bool -
override
-
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
Static Methods
-
fromOptionalPtr(
Pointer< Void> ptr) → Zone? -
getNativePtr(
Zone? obj) → Pointer< Void>