RawJSON typedef
RawJSON = String
DHT-related events for libp2p.
This is a port of the Go implementation from go-libp2p/core/event/dht.go to Dart, using native Dart idioms. RawJSON is a type that contains a raw JSON string.
Implementation
/// RawJSON is a type that contains a raw JSON string.
typedef RawJSON = String;