geofenceClients property
List<GeofenceClient>
get
geofenceClients
All of the GeofenceClient objects on the network that the user's device has permission to access.
This list is unmodifiable.
Implementation
List<GeofenceClient> get geofenceClients =>
List.unmodifiable(_geofenceClients);