pauseEvent property Null safety
read / write
The last pause event delivered to the isolate. If the isolate is running, this will be a resume event.
Implementation
Event? pauseEvent;
The last pause event delivered to the isolate. If the isolate is running, this will be a resume event.
Event? pauseEvent;