AddressWithGeoLocation.fromJson constructor

AddressWithGeoLocation.fromJson(
  1. String source
)

Implementation

factory AddressWithGeoLocation.fromJson(String source) => AddressWithGeoLocation.fromMap(json.decode(source));