menu
dart_libp2p package
documentation
p2p/multiaddr/protocol.dart
Protocols
byName static method
byName static method
dark_mode
light_mode
byName
static method
Protocol
?
byName
(
String
name
)
Returns the protocol for the given name
Implementation
static Protocol? byName(String name) => _protocols[name];
dart_libp2p package
documentation
p2p/multiaddr/protocol
Protocols
byName static method
Protocols class