DisableServiceRequest constructor

DisableServiceRequest({
  1. String? checkIfServiceHasUsage,
  2. bool? disableDependentServices,
})

Implementation

DisableServiceRequest({
  this.checkIfServiceHasUsage,
  this.disableDependentServices,
});