id property

int get id

Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.

Implementation

int get id => json['id'] as int;