isolate property

  1. @optional
IsolateRef? isolate
getter/setter pair

The isolate with which this event is associated.

This is provided for all event kinds except for:

  • VMUpdate, VMFlagUpdate

Implementation

@optional
IsolateRef? isolate;