fixedFeatures property
Defaults of features that can't be overridden in this edition.
Implementation
@$pb.TagNumber(5)
FeatureSet get fixedFeatures => $_getN(2);
Implementation
@$pb.TagNumber(5)
set fixedFeatures(FeatureSet v) {
setField(5, v);
}