DisableServiceRequest.fromJson constructor

DisableServiceRequest.fromJson(
  1. Map json_
)

Implementation

DisableServiceRequest.fromJson(core.Map json_)
  : this(
      checkIfServiceHasUsage: json_['checkIfServiceHasUsage'] as core.String?,
      disableDependentServices:
          json_['disableDependentServices'] as core.bool?,
    );