module property

String module

Implementation

String get module => js_util.getProperty(this, 'module');
void module=(String newValue)

Implementation

set module(String newValue) {
  js_util.setProperty(this, 'module', newValue);
}