artifactType property

  1. @TagNumber.new(1)
ModelArtifactType get artifactType

Inferred artifact-type classification.

Implementation

@$pb.TagNumber(1)
ModelArtifactType get artifactType => $_getN(0);
  1. @TagNumber.new(1)
set artifactType (ModelArtifactType value)

Implementation

@$pb.TagNumber(1)
set artifactType(ModelArtifactType value) => $_setField(1, value);