OnEnteredGeofenceResult constructor

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

Implementation

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