Location constructor
Location({})
Implementation
Location({
required this.address,
required this.city,
required this.region,
required this.postalCode,
required this.country,
required this.lat,
required this.lon,
required this.storeNumber,
});