droppedLinksCount property
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);
Implementation
@$pb.TagNumber(14)
set droppedLinksCount($core.int v) {
$_setUnsignedInt32(13, v);
}