group property

  1. @override
String? get group
override

Gets the name of the torrent's bandwidth group. (new in rpc-version 17)

Implementation

@override
String? get group => _args.group;