timesAddedCount property

  1. @TagNumber(4)
int get timesAddedCount

Implementation

@$pb.TagNumber(4)
$core.int get timesAddedCount => $_getIZ(3);
  1. @TagNumber(4)
set timesAddedCount (int v)

Implementation

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