enablePunctuation property

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

Implementation

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

Implementation

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