SSLSocketAttemptEvent constructor
SSLSocketAttemptEvent({
- required String name,
- required int timeout,
- ConnectionInfo? connectionInfo,
Implementation
SSLSocketAttemptEvent(
{required this.name, required this.timeout, this.connectionInfo});