BusinessLocation constructor
BusinessLocation({})
Implementation
BusinessLocation({
required this.street,
required this.area,
required this.city,
required this.country,
required this.pincode,
});
BusinessLocation({
required this.street,
required this.area,
required this.city,
required this.country,
required this.pincode,
});