supportedFeatures property

  1. @TagNumber(2)
Int64 get supportedFeatures

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);
  1. @TagNumber(2)
set supportedFeatures (Int64 v)

Implementation

@$pb.TagNumber(2)
set supportedFeatures($fixnum.Int64 v) { $_setInt64(1, v); }