TransportReconnecting constructor
Creates a TransportReconnecting state.
Implementation
const TransportReconnecting({
required this.attemptNumber,
required this.nextAttemptIn,
});
Creates a TransportReconnecting state.
const TransportReconnecting({
required this.attemptNumber,
required this.nextAttemptIn,
});