on property
List of Geofence which the plugin has just begun active-monitoring upon.
The plugin active-monitors only those Geofence whose center coordinate lies within Config.geofenceProximityRadius. on
is a list of those Geofence.
Implementation
late List<Geofence> on;