PhaseArtifact.fromJson constructor

PhaseArtifact.fromJson(
  1. Map json_
)

Implementation

PhaseArtifact.fromJson(core.Map json_)
    : this(
        jobManifestsPath: json_['jobManifestsPath'] as core.String?,
        manifestPath: json_['manifestPath'] as core.String?,
        skaffoldConfigPath: json_['skaffoldConfigPath'] as core.String?,
      );