Filter class

Constructors

Filter({List<String>? ids, List<String>? authors, List<int>? kinds, List<String>? eTags, List<String>? pTags, List<String>? tTags, List<String>? aTags, List<String>? dTags, int? since, int? until, int? limit})
Filter.fromMap(Map<String, dynamic> map)

Properties

aTags List<String>?
getter/setter pair
authors List<String>?
getter/setter pair
dTags List<String>?
getter/setter pair
eTags List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ids List<String>?
getter/setter pair
kinds List<int>?
getter/setter pair
limit int?
getter/setter pair
pTags List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
since int?
getter/setter pair
tTags List<String>?
getter/setter pair
until int?
getter/setter pair

Methods

cloneWithAuthors(List<String> authors) Filter
cloneWithPTags(List<String> pTags) Filter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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