exposeOrigin property

bool exposeOrigin

Implementation

bool get exposeOrigin => js_util.getProperty(this, 'exposeOrigin');
void exposeOrigin=(bool newValue)

Implementation

set exposeOrigin(bool newValue) {
  js_util.setProperty(this, 'exposeOrigin', newValue);
}