downloadLimit property

  1. @override
num? get downloadLimit
override

Gets the maximum download speed of the torrent (in KBps).

Implementation

@override
num? get downloadLimit => _args.downloadLimit;