includeBuiltIn property

  1. @TagNumber.new(6)
bool get includeBuiltIn

Implementation

@$pb.TagNumber(6)
$core.bool get includeBuiltIn => $_getBF(5);
  1. @TagNumber.new(6)
set includeBuiltIn (bool value)

Implementation

@$pb.TagNumber(6)
set includeBuiltIn($core.bool value) => $_setBool(5, value);