mediaSourceId property

String get mediaSourceId

Implementation

String get mediaSourceId => js_util.getProperty(this, 'mediaSourceId');
set mediaSourceId (String newValue)

Implementation

set mediaSourceId(String newValue) {
  js_util.setProperty(this, 'mediaSourceId', newValue);
}