Geofence constructor
Implementation
const Geofence({
required this.identifier,
required this.radius,
required this.latitude,
required this.longitude,
this.notifyOnEntry = true,
this.notifyOnExit = true,
this.notifyOnDwell = false,
this.loiteringDelay,
this.extras,
});