OnExitedGeofenceResult constructor

const OnExitedGeofenceResult({
  1. required List<Geofence> geofences,
})

Implementation

const OnExitedGeofenceResult({
  required this.geofences,
});