menu
geopod
services/location_service.dart
LocationResult
LocationResult.new constructor
LocationResult.new
dark_mode
light_mode
LocationResult
constructor
LocationResult
(
{
LatLng
?
location
,
String
?
errorMessage
,
})
Implementation
LocationResult({this.location, this.errorMessage}) : success = location != null;
geopod
location_service
LocationResult
LocationResult.new constructor
LocationResult class