Interrupt constructor

Interrupt(
  1. int requestId, {
  2. InterruptOptions? options,
})

Implementation

Interrupt(this.requestId, {this.options}) {
  id = MessageTypes.codeInterrupt;
}