Zone class

Constructors

Zone({required String id, required double radius, required List<LatLng> coordinates, int? notificationResponsivenessMs})
Zone.fromJson(Map<String, dynamic> json)
factory

Properties

coordinates List<LatLng>
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
notificationResponsivenessMs int?
The millisecond delay between entering the zone and receiving the notification.
final
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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