ServiceLinkDto constructor

ServiceLinkDto({
  1. String? serviceId,
})

Returns a new ServiceLinkDto instance.

Implementation

ServiceLinkDto({
  this.serviceId,
});