includeDigits property

  1. @TagNumber(7)
bool get includeDigits

Implementation

@$pb.TagNumber(7)
$core.bool get includeDigits => $_getBF(6);
  1. @TagNumber(7)
set includeDigits (bool v)

Implementation

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