menu
google_location_picker package
documentation
models/location_model.dart
LocationModel
LocationModel constructor
LocationModel constructor
dark_mode
light_mode
LocationModel
constructor
LocationModel
(
{
required
double
latitude
,
required
double
longitude
,
String
?
placeId
,
String
?
address
,
})
Implementation
LocationModel({ required this.latitude, required this.longitude, this.placeId, this.address, });
google_location_picker package
documentation
models/location_model
LocationModel
LocationModel constructor
LocationModel class