components property

List<(Protocol, String)> get components

Returns all protocol/value pairs in this multiaddr

Implementation

List<(Protocol, String)> get components => List.unmodifiable(_components);