Location constructor
Location({
- String? businessName,
- String? currency,
- String? country,
- String? languageCode,
- String? id,
- LocationStatus? status,
- String? createdAt,
- String? description,
- LocationType? type,
- String? name,
- String? phoneNumber,
- Address? address,
- TaxIds? taxIds,
- String? timezone,
- String? merchantId,
- String? businessEmail,
- BusinessHours? businessHours,
- List<
LocationCapability> ? capabilities, - SquareCoordinates? coordinates,
- String? facebookUrl,
- String? fullFormatLogoUrl,
- String? instagramUsername,
- String? logoUrl,
- String? mcc,
- String? posBackgroundUrl,
- String? twitterUsername,
- 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
});