GeofenceEvent constructor
- required Geofence geofence,
- required GeofenceAction action,
- Location? location,
Implementation
const GeofenceEvent({
required this.geofence,
required this.action,
this.location,
});
const GeofenceEvent({
required this.geofence,
required this.action,
this.location,
});