suppressedCount property

  1. @TagNumber.new(2)
int get suppressedCount

A lower bound on the count of entries omitted due to reason.

Implementation

@$pb.TagNumber(2)
$core.int get suppressedCount => $_getIZ(1);
  1. @TagNumber.new(2)
set suppressedCount (int value)

Implementation

@$pb.TagNumber(2)
set suppressedCount($core.int value) => $_setSignedInt32(1, value);