GeofenceData constructor

GeofenceData({
  1. int? errorCode,
  2. int? conversion,
  3. List<String>? convertingGeofenceIdList,
  4. Location? convertingLocation,
})

Implementation

GeofenceData({
  this.errorCode,
  this.conversion,
  this.convertingGeofenceIdList,
  this.convertingLocation,
});