totalNumUpdates property

  1. @TagNumber(7)
int get totalNumUpdates

Tracks the lifetime number of updates on this object (currently only used for the entire project).

Implementation

@$pb.TagNumber(7)
$core.int get totalNumUpdates => $_getIZ(6);
  1. @TagNumber(7)
set totalNumUpdates (int value)

Implementation

@$pb.TagNumber(7)
set totalNumUpdates($core.int value) => $_setSignedInt32(6, value);