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