MArtifactRef constructor

const MArtifactRef(
  1. String? developer,
  2. String? module,
  3. String artifactType,
  4. String? artifactId,
  5. String? version,
  6. String? type,
)

Implementation

const MArtifactRef(this.developer, this.module, this.artifactType,
    this.artifactId, this.version, this.type)
    : super("$developer:$module:$artifactType:$artifactId:$version@$type");