IdentifySnapshot constructor
IdentifySnapshot({
- required int seq,
- required List<
ProtocolID> protocols, - required List<
MultiAddr> addrs, - dynamic record,
Creates a new identify snapshot
Implementation
IdentifySnapshot({
required int seq,
required this.protocols,
required this.addrs,
this.record,
}) : _seq = seq;