DeleteServiceResponse constructor

DeleteServiceResponse({
  1. Service? service,
})

Implementation

DeleteServiceResponse({
  this.service,
});