Settings class

Constructors

Settings({int? added, String? ajaxKey, int? bytesRecv, int? bytesSent, Cache? cache, int? downloaded, int? modified, int? optionalDownloaded, bool? own, int? peers, List<String>? permissions, bool? serving, int? size, int? sizeFilesOptional, int? sizeOptional})
Settings.fromJson(Map<String, dynamic> json)

Properties

added int?
getter/setter pair
ajaxKey String?
getter/setter pair
bytesRecv int?
getter/setter pair
bytesSent int?
getter/setter pair
cache Cache?
getter/setter pair
downloaded int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modified int?
getter/setter pair
optionalDownloaded int?
getter/setter pair
own bool?
getter/setter pair
peers int?
getter/setter pair
permissions List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serving bool?
getter/setter pair
size int?
getter/setter pair
sizeFilesOptional int?
getter/setter pair
sizeOptional int?
getter/setter pair

Methods

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

Operators

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