Place constructor

Place(
  1. Geocoding geocode, {
  2. String description = '',
  3. String placeId = '',
  4. List types = const [],
})

Implementation

Place(
    Geocoding  geocode, {
      this.description='',
      this.placeId='',
      this.types=const [],
    });