ProviderModel constructor

ProviderModel({
  1. String? providerId,
  2. String? serviceTypeId,
  3. ProviderData? provider,
  4. ServiceTypeModel? serviceType,
})

Implementation

ProviderModel({
  this.providerId,
  this.serviceTypeId,
  this.provider,
  this.serviceType,
});