IpfsSwarmFiltersSubcommand class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add({required String addr}) Future<Map<String, dynamic>>
Add an address filter. /api/v0/swarm/filters/add
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rm({required String addr}) Future<Map<String, dynamic>>
Remove an address filter. /api/v0/swarm/filters/rm
self() Future<Map<String, dynamic>>
Manipulate address filters. /api/v0/swarm/filters
toString() String
A string representation of this object.
inherited

Operators

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