Location constructor

Location({
  1. String? businessName,
  2. String? currency,
  3. String? country,
  4. String? languageCode,
  5. String? id,
  6. LocationStatus? status,
  7. String? createdAt,
  8. String? description,
  9. LocationType? type,
  10. String? name,
  11. String? phoneNumber,
  12. Address? address,
  13. TaxIds? taxIds,
  14. String? timezone,
  15. String? merchantId,
  16. String? businessEmail,
  17. BusinessHours? businessHours,
  18. List<LocationCapability>? capabilities,
  19. SquareCoordinates? coordinates,
  20. String? facebookUrl,
  21. String? fullFormatLogoUrl,
  22. String? instagramUsername,
  23. String? logoUrl,
  24. String? mcc,
  25. String? posBackgroundUrl,
  26. String? twitterUsername,
  27. String? websiteUrl,
})

Implementation

Location({
this.businessName, this.currency, this.country,
  this.languageCode, this.id, this.status,
this.createdAt, this.description, this.type, this.name,
  this.phoneNumber, this.address, this.taxIds, this.timezone,
this.merchantId, this.businessEmail, this.businessHours, this.capabilities,
this.coordinates, this.facebookUrl, this.fullFormatLogoUrl,
  this.instagramUsername, this.logoUrl, this.mcc, this.posBackgroundUrl,
this.twitterUsername, this.websiteUrl
});