HandlerThreadNotAliveEvent constructor

HandlerThreadNotAliveEvent({
  1. required String name,
  2. required bool isInterrupted,
  3. required String state,
  4. ConnectionInfo? connectionInfo,
})

Implementation

HandlerThreadNotAliveEvent(
    {required this.name,
    required this.isInterrupted,
    required this.state,
    this.connectionInfo});