GenericArtifact.fromJson constructor

GenericArtifact.fromJson(
  1. Map json_
)

Implementation

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