totalCount property

  1. @TagNumber(3)
int get totalCount

Implementation

@$pb.TagNumber(3)
$core.int get totalCount => $_getIZ(2);
  1. @TagNumber(3)
set totalCount (int value)

Implementation

@$pb.TagNumber(3)
set totalCount($core.int value) => $_setSignedInt32(2, value);