EncryptedExtensions constructor

EncryptedExtensions({
  1. required List<TlsExtension> extensions,
})

Implementation

EncryptedExtensions({required this.extensions})
  : super(0x08);