index property Null safety
read / write
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;