Interrupt constructor
Interrupt(
- int requestId, {
- InterruptOptions? options,
Implementation
Interrupt(this.requestId, {this.options}) {
id = MessageTypes.codeInterrupt;
}