status property

TabCaptureState get status

The new capture status of the tab.

Implementation

TabCaptureState get status => TabCaptureState.fromJS(_wrapped.status);
set status (TabCaptureState v)

Implementation

set status(TabCaptureState v) {
  _wrapped.status = v.toJS;
}