menu
dart_libp2p package
documentation
p2p/host/routed/routed_host.dart
RoutedHost
id property
id property
dark_mode
light_mode
id
property
@
override
PeerId
get
id
override
ID returns the (local) peer.ID associated with this Host
Implementation
@override PeerId get id => _host.id;
dart_libp2p package
documentation
p2p/host/routed/routed_host
RoutedHost
id property
RoutedHost class