totalCount property
- @TagNumber(3)
Total count of items (if available, -1 if unknown)
Implementation
@$pb.TagNumber(3)
$core.int get totalCount => $_getIZ(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set totalCount($core.int value) => $_setSignedInt32(2, value);