SocketConnectAttemptEvent constructor

SocketConnectAttemptEvent({
  1. required String name,
  2. required int timeout,
  3. ConnectionInfo? connectionInfo,
})

Implementation

SocketConnectAttemptEvent(
    {required this.name, required this.timeout, this.connectionInfo});