downloadedCount property

  1. @TagNumber.new(3)
int get downloadedCount

Implementation

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

Implementation

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