SmartGeofence constructor
SmartGeofence({})
Implementation
SmartGeofence({
required this.sentianceId,
required this.latitude,
required this.longitude,
required this.radius,
required this.externalId,
});
SmartGeofence({
required this.sentianceId,
required this.latitude,
required this.longitude,
required this.radius,
required this.externalId,
});