CustomTargetDeployMetadata.fromJson constructor

CustomTargetDeployMetadata.fromJson(
  1. Map json_
)

Implementation

CustomTargetDeployMetadata.fromJson(core.Map json_)
    : this(
        skipMessage: json_['skipMessage'] as core.String?,
      );