droppedAttributesCount property

  1. @TagNumber.new(4)
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(4)
$core.int get droppedAttributesCount => $_getIZ(3);
  1. @TagNumber.new(4)
set droppedAttributesCount (int v)

Implementation

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