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