index property
getter/setter pair
The index in the isolate's message queue. The 0th message being the next message to be processed.
Implementation
int? index;
The index in the isolate's message queue. The 0th message being the next message to be processed.
int? index;