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