toJson method
Returns the data fields of PolyGeofence in JSON format.
Implementation
Map<String, dynamic> toJson() =>
{'latitude': latitude, 'longitude': longitude};
Returns the data fields of PolyGeofence in JSON format.
Map<String, dynamic> toJson() =>
{'latitude': latitude, 'longitude': longitude};