inputSource property
XRInputSource
get
inputSource
Implementation
XRInputSource get inputSource => js_util.getProperty(this, 'inputSource');
set
inputSource
(XRInputSource newValue)
Implementation
set inputSource(XRInputSource newValue) {
js_util.setProperty(this, 'inputSource', newValue);
}