ProServicesBusiness constructor

ProServicesBusiness({
  1. BusinessDescriptionModel? businessDescription,
  2. List<ProServiceModel>? services,
})

Implementation

ProServicesBusiness({this.businessDescription, this.services});