Geofence constructor
const
Geofence({})
Implementation
const Geofence({
required this.id,
required this.latitude,
required this.longitude,
required this.radius,
this.notifyOnEntry,
this.notifyOnExit,
this.notifyOnDwell,
this.loiteringDelay = 300000,
});