UpdateServiceResponse constructor

UpdateServiceResponse({
  1. Service? service,
})

Implementation

UpdateServiceResponse({
  this.service,
});