EncryptedExtensions constructor
EncryptedExtensions({
- required List<
TlsExtension> extensions,
Implementation
EncryptedExtensions({required this.extensions})
: super(0x08);