GetServiceResponse constructor

GetServiceResponse({
  1. Service? service,
})

Implementation

GetServiceResponse({
  this.service,
});