ThinWaist class

thinWaist is a class that stores the address along with it's thin waist prefix and rest of the multiaddr

Constructors

ThinWaist.new({required MultiAddr addr, required MultiAddr tw, required MultiAddr rest})

Properties

addr MultiAddr
final
hashCode int
The hash code for this object.
no setterinherited
rest MultiAddr
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tw MultiAddr
final

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