BusinessLocation constructor
Creates a BusinessLocation object.
Implementation
const BusinessLocation({
required this.address,
this.location,
});
Creates a BusinessLocation object.
const BusinessLocation({
required this.address,
this.location,
});