ProviderModel constructor
ProviderModel({
- String? providerId,
- String? serviceTypeId,
- ProviderData? provider,
- ServiceTypeModel? serviceType,
Implementation
ProviderModel({
this.providerId,
this.serviceTypeId,
this.provider,
this.serviceType,
});