added property

Implementation

Iterable<XRInputSource> get added => js_util.getProperty(this, 'added');
void added=(Iterable<XRInputSource> newValue)

Implementation

set added(Iterable<XRInputSource> newValue) {
  js_util.setProperty(this, 'added', newValue);
}