menu
rtbase package
documentation
app/models/place_detail.dart
Location
Location.new constructor
Location.new constructor
dark_mode
light_mode
Location
constructor
Location
(
{
double
?
lat
,
double
?
lng
,
})
Creates a Location instance.
Implementation
Location({ this.lat, this.lng, });
rtbase package
documentation
app/models/place_detail
Location
Location.new constructor
Location class