InterruptionEvent constructor
InterruptionEvent({
- required bool begin,
- required InterruptionType type,
Creates an interruption event
Implementation
InterruptionEvent({required this.begin, required this.type});