$SasPortalProvisionDeploymentResponse.fromJson constructor

$SasPortalProvisionDeploymentResponse.fromJson(
  1. Map json_
)

Implementation

$SasPortalProvisionDeploymentResponse.fromJson(core.Map json_)
    : this(
        errorMessage: json_.containsKey('errorMessage')
            ? json_['errorMessage'] as core.String
            : null,
      );