oneRealm property

bool get oneRealm

Implementation

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

Implementation

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