droppedAttributesCount property

  1. @TagNumber.new(5)
int get droppedAttributesCount

dropped_attributes_count is the number of dropped attributes. If the value is 0, then no attributes were dropped.

Implementation

@$pb.TagNumber(5)
$core.int get droppedAttributesCount => $_getIZ(4);
  1. @TagNumber.new(5)
set droppedAttributesCount (int v)

Implementation

@$pb.TagNumber(5)
set droppedAttributesCount($core.int v) {
  $_setUnsignedInt32(4, v);
}