downloadedCount property

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

Implementation

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

Implementation

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