defaultContext property
The fallback context served when contextFor returns null (e.g. a
client that sent no SNI). null means connections for unknown hosts are
dropped until a certificate exists.
Implementation
@override
SecurityContext? get defaultContext => _default;