$SasPortalCheckHasProvisionedDeploymentResponse.fromJson constructor

$SasPortalCheckHasProvisionedDeploymentResponse.fromJson(
  1. Map json_
)

Implementation

$SasPortalCheckHasProvisionedDeploymentResponse.fromJson(core.Map json_)
    : this(
        hasProvisionedDeployment:
            json_.containsKey('hasProvisionedDeployment')
                ? json_['hasProvisionedDeployment'] as core.bool
                : null,
      );