totalCount property

  1. @TagNumber.new(2)
int get totalCount

total_count is unfiltered. Callers that want a filtered count read entries.size(); a downloaded count is entries with a local_path.

Implementation

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

Implementation

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