index property Null safety

int? index
read / write

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

Implementation

int? index;