MapModelResults constructor
MapModelResults({
- String? formattedAddress,
- MapModelResultsGeometry? geometry,
- String? name,
- int? rating,
- int? userRatingsTotal,
Implementation
MapModelResults({
this.formattedAddress,
this.geometry,
this.name,
this.rating,
this.userRatingsTotal,
});