oneRealm property

bool oneRealm

Implementation

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

Implementation

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