index property

int? index
getter/setter pair

The index in the isolate's message queue. The 0th message being the next message to be processed.

Implementation

int? index;