TorrentAddArgument enum

Inheritance
Available extensions

Values

cookies → const TorrentAddArgument
const TorrentAddArgument(argName: "cookies")
downloadDir → const TorrentAddArgument
const TorrentAddArgument(argName: "download-dir")
filename → const TorrentAddArgument
const TorrentAddArgument(argName: "filename")
labels → const TorrentAddArgument
const TorrentAddArgument(argName: "labels")
metainfo → const TorrentAddArgument
const TorrentAddArgument(argName: "metainfo")
paused → const TorrentAddArgument
const TorrentAddArgument(argName: "paused")
peerLimit → const TorrentAddArgument
const TorrentAddArgument(argName: "peer-limit")
bandwidthPriority → const TorrentAddArgument
const TorrentAddArgument(argName: "bandwidthPriority")
filesWanted → const TorrentAddArgument
const TorrentAddArgument(argName: "files-wanted")
filesUnwanted → const TorrentAddArgument
const TorrentAddArgument(argName: "files-unwanted")
priorityHigh → const TorrentAddArgument
const TorrentAddArgument(argName: "priority-high")
priorityLow → const TorrentAddArgument
const TorrentAddArgument(argName: "priority-low")
priorityNormal → const TorrentAddArgument
const TorrentAddArgument(argName: "priority-normal")

Properties

argName String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

allFieldsSet Set<TorrentAddArgument>
final

Constants

values → const List<TorrentAddArgument>
A constant List of the values in this enum, in order of their declaration.