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