projection property

  1. @TagNumber.new(2)
MetadataProjection get projection

Implementation

@$pb.TagNumber(2)
MetadataProjection get projection => $_getN(1);
  1. @TagNumber.new(2)
set projection (MetadataProjection value)

Implementation

@$pb.TagNumber(2)
set projection(MetadataProjection value) => $_setField(2, value);