id property

int? id
getter/setter pair

The numeric ID for this microtask.

This ID uniquely identifies a microtask within an isolate.

Implementation

int? id;