Result constructor

Result({
  1. List<AddressComponents>? addressComponents,
  2. String? adrAddress,
  3. String? formattedAddress,
  4. Geometry? geometry,
  5. String? icon,
  6. String? name,
  7. List<Photos>? photos,
  8. String? placeId,
  9. String? reference,
  10. String? scope,
  11. List<String>? types,
  12. String? url,
  13. int? utcOffset,
  14. String? vicinity,
  15. String? website,
})

Implementation

Result(
    {this.addressComponents,
    this.adrAddress,
    this.formattedAddress,
    this.geometry,
    this.icon,
    this.name,
    this.photos,
    this.placeId,
    this.reference,
    this.scope,
    this.types,
    this.url,
    this.utcOffset,
    this.vicinity,
    this.website});