droppedLinksCount property

  1. @TagNumber.new(14)
int get droppedLinksCount

dropped_links_count is the number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.

Implementation

@$pb.TagNumber(14)
$core.int get droppedLinksCount => $_getIZ(13);
  1. @TagNumber.new(14)
set droppedLinksCount (int v)

Implementation

@$pb.TagNumber(14)
set droppedLinksCount($core.int v) {
  $_setUnsignedInt32(13, v);
}