SettingsData class

Annotations
  • @JsonSerializable()

Constructors

SettingsData({required String thumbSize, required String perPage, required List<String> purity, required List<String> categories, required List<String> resolutions, required List<String> aspectRatios, required String toplistRange, required List<String> tagBlacklist, required List<String> userBlacklist})
SettingsData.fromJson(Map<String, dynamic> json)
factory

Properties

aspectRatios List<String>
getter/setter pair
categories List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
perPage String
getter/setter pair
purity List<String>
getter/setter pair
resolutions List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagBlacklist List<String>
getter/setter pair
thumbSize String
getter/setter pair
toplistRange String
getter/setter pair
userBlacklist List<String>
getter/setter pair

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