supportedFeatures property
- @TagNumber(2)
A bitmask of supported features that the code generator supports. This is a bitwise "or" of values from the Feature enum.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get supportedFeatures => $_getI64(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set supportedFeatures($fixnum.Int64 v) { $_setInt64(1, v); }