totalCount property

  1. @TagNumber(4)
int get totalCount

Implementation

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

Implementation

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