CreateServiceResponse constructor

CreateServiceResponse({
  1. Service? service,
})

Implementation

CreateServiceResponse({
  this.service,
});