MapModelResults constructor

MapModelResults({
  1. String? formattedAddress,
  2. MapModelResultsGeometry? geometry,
  3. String? name,
  4. int? rating,
  5. int? userRatingsTotal,
})

Implementation

MapModelResults({
  this.formattedAddress,
  this.geometry,
  this.name,
  this.rating,
  this.userRatingsTotal,
});