toEntity static method
Implementation
static Geolocation toEntity(GeolocationModel model) {
return Geolocation(lat: model.lat, long: model.long);
}
static Geolocation toEntity(GeolocationModel model) {
return Geolocation(lat: model.lat, long: model.long);
}