GenericArtifact.fromJson constructor
GenericArtifact.fromJson(
- Map json_
Implementation
GenericArtifact.fromJson(core.Map json_)
: this(
folder: json_['folder'] as core.String?,
registryPath: json_['registryPath'] as core.String?,
);