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