ServiceLinkDto constructor
ServiceLinkDto({
- String? serviceId,
Returns a new ServiceLinkDto instance.
Implementation
ServiceLinkDto({
this.serviceId,
});
Returns a new ServiceLinkDto instance.
ServiceLinkDto({
this.serviceId,
});