BusinessAreas constructor

BusinessAreas({
  1. LatLng? centerPoint,
  2. String? name,
})

Implementation

BusinessAreas({
  this.centerPoint,
  this.name,
});