menu
dart_transmission_rpc package
documentation
model.dart
TorrentAddRequestArgs
getValueByArgument method
getValueByArgument method
dark_mode
light_mode
getValueByArgument
method
Object
?
getValueByArgument
(
TorrentAddArgument
arg
)
Implementation
Object? getValueByArgument(TorrentAddArgument arg) => _enumToPropertyMap[arg]?.call(this);
dart_transmission_rpc package
documentation
model
TorrentAddRequestArgs
getValueByArgument method
TorrentAddRequestArgs class