enablePunctuation property

  1. @TagNumber.new(2)
bool get enablePunctuation

Implementation

@$pb.TagNumber(2)
$core.bool get enablePunctuation => $_getBF(0);
  1. @TagNumber.new(2)
set enablePunctuation (bool value)

Implementation

@$pb.TagNumber(2)
set enablePunctuation($core.bool value) => $_setBool(0, value);