shouldTruncate property

  1. @TagNumber(2)
bool shouldTruncate

Implementation

@$pb.TagNumber(2)
$core.bool get shouldTruncate => $_getBF(1);
  1. @TagNumber(2)
void shouldTruncate=(bool v)

Implementation

@$pb.TagNumber(2)
set shouldTruncate($core.bool v) { $_setBool(1, v); }