mappedAtCreation property

bool mappedAtCreation

Implementation

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

Implementation

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