HandlerThreadNotAliveEvent constructor
HandlerThreadNotAliveEvent({
- required String name,
- required bool isInterrupted,
- required String state,
- ConnectionInfo? connectionInfo,
Implementation
HandlerThreadNotAliveEvent(
{required this.name,
required this.isInterrupted,
required this.state,
this.connectionInfo});