IdentifyTimeoutException constructor
IdentifyTimeoutException({})
Implementation
IdentifyTimeoutException({
PeerId? peerId,
required String message,
this.timeout,
Object? cause,
}) : super(peerId: peerId, message: message, cause: cause);