Filter class

Constructors

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

Properties

authors 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
since int?
getter/setter pair
tTags List<String>?
getter/setter pair
until int?
getter/setter pair

Methods

extractPubKeyMappingsFromFilter() List<PubkeyMapping>
todo: this should not be here, since it is lib code and not spec stuff
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
splitForPubKeys(List<PubkeyMapping> pubKeyMappings) Filter
todo: this should not be here, since it is lib code and not spec stuff
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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