features property

  1. @TagNumber.new(12)
FeatureSet get features

Any features defined in the specific edition. WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language.

Implementation

@$pb.TagNumber(12)
FeatureSet get features => $_getN(5);
  1. @TagNumber.new(12)
set features (FeatureSet value)

Implementation

@$pb.TagNumber(12)
set features(FeatureSet value) => $_setField(12, value);