processId property
int
get
processId
The ID of the process that runs the renderer for this frame.
Implementation
int get processId => _wrapped.processId;
set
processId
(int v)
Implementation
set processId(int v) {
_wrapped.processId = v;
}