google_geocoding_api
google_geocoding_api
GoogleGeocodingLocation
GoogleGeocodingLocation const constructor
GoogleGeocodingLocation
GoogleGeocodingLocation
constructor
Null safety
const
GoogleGeocodingLocation
(
{
required
double
lat
,
required
double
lng
}
)
Implementation
const GoogleGeocodingLocation({required this.lat, required this.lng});
google_geocoding_api
google_geocoding_api
GoogleGeocodingLocation
GoogleGeocodingLocation const constructor
GoogleGeocodingLocation class
Constructors
GoogleGeocodingLocation
fromJson
Properties
hashCode
lat
lng
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==