userLocation property

Future<Location> userLocation

Implementation

Future<Location> get userLocation => then((_) => _.userLocation!);