ServerHello constructor
ServerHello({})
Implementation
ServerHello({
required this.legacyVersion,
required this.random,
required this.sessionId,
required this.cipherSuite,
required this.compressionMethod,
required this.extensionsRaw,
required int msgType, // ALWAYS 0x02
this.keyShareEntry,
this.selectedVersion,
this.rawBytes,
}) : super(msgType);