id property
getter/setter pair
The numeric ID for this microtask.
This ID uniquely identifies a microtask within an isolate.
Implementation
int? id;
The numeric ID for this microtask.
This ID uniquely identifies a microtask within an isolate.
int? id;