id property

int get id

Unique ID of the process provided by the browser.

Implementation

int get id => _wrapped.id;
set id (int v)

Implementation

set id(int v) {
  _wrapped.id = v;
}