IpfsSwarmAddrSubcommand class

Constructors

IpfsSwarmAddrSubcommand()

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

listen() Future<Map<String, dynamic>>
List interface listening addresses. /api/v0/swarm/addrs/listen
local({String? id}) Future<Map<String, dynamic>>
List local addresses. /api/v0/swarm/addrs/local
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
self() Future<Map<String, dynamic>>
List known addresses. Useful for debugging. /api/v0/swarm/addrs
toString() String
A string representation of this object.
inherited

Operators

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