features property
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(34)
FeatureSet get features => $_getN(1);
Implementation
@$pb.TagNumber(34)
set features(FeatureSet value) => $_setField(34, value);