Location constructor

Location({
  1. AdWordsLocationExtensions? adWordsLocationExtensions,
  2. Categories? categories,
  3. List<String>? labels,
  4. String? languageCode,
  5. LatLng? latlng,
  6. Metadata? metadata,
  7. List<MoreHours>? moreHours,
  8. String? name,
  9. OpenInfo? openInfo,
  10. PhoneNumbers? phoneNumbers,
  11. Profile? profile,
  12. BusinessHours? regularHours,
  13. RelationshipData? relationshipData,
  14. ServiceAreaBusiness? serviceArea,
  15. List<ServiceItem>? serviceItems,
  16. SpecialHours? specialHours,
  17. String? storeCode,
  18. PostalAddress? storefrontAddress,
  19. String? title,
  20. String? websiteUri,
})

Implementation

Location({
  this.adWordsLocationExtensions,
  this.categories,
  this.labels,
  this.languageCode,
  this.latlng,
  this.metadata,
  this.moreHours,
  this.name,
  this.openInfo,
  this.phoneNumbers,
  this.profile,
  this.regularHours,
  this.relationshipData,
  this.serviceArea,
  this.serviceItems,
  this.specialHours,
  this.storeCode,
  this.storefrontAddress,
  this.title,
  this.websiteUri,
});