GeofenceData class

Constructors

GeofenceData({int? errorCode, int? conversion, List<String>? convertingGeofenceIdList, Location? convertingLocation})
GeofenceData.fromJson(String source)
factory
GeofenceData.fromMap(Map map)
factory

Properties

conversion int?
Geofence conversion type.
getter/setter pair
convertingGeofenceIdList List<String>?
List of unique IDs of converted geofences.
getter/setter pair
convertingLocation Location?
Location when a geofence is converted.
getter/setter pair
errorCode int?
Error code.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
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() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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