includeUpperLetters property

  1. @TagNumber(6)
bool includeUpperLetters

Implementation

@$pb.TagNumber(6)
$core.bool get includeUpperLetters => $_getBF(5);
  1. @TagNumber(6)
void includeUpperLetters=(bool v)

Implementation

@$pb.TagNumber(6)
set includeUpperLetters($core.bool v) { $_setBool(5, v); }