ServiceAreaBusiness constructor

ServiceAreaBusiness({
  1. String? businessType,
  2. Places? places,
  3. String? regionCode,
})

Implementation

ServiceAreaBusiness({
  this.businessType,
  this.places,
  this.regionCode,
});