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