InterruptionEvent constructor

InterruptionEvent({
  1. required bool begin,
  2. required InterruptionType type,
})

Creates an interruption event

Implementation

InterruptionEvent({required this.begin, required this.type});