Geofence class

This is an object representing a geofence

Constructors

Geofence(Map data)
Geofence.createGeofence(String requestId, double latitude, double longitude, double radius, double expirationDuration)

Properties

data Map
Dictionary representation of this event
getter/setter pair
expirationDuration double?
The expiration duration
no setter
hashCode int
The hash code for this object.
no setterinherited
latitude double?
The latitude
no setter
longitude double?
The longitude
no setter
radius double?
The radius
no setter
requestId String?
The request id
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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