codeBase property

String get codeBase

Implementation

String get codeBase => js_util.getProperty(this, 'codeBase');
set codeBase (String newValue)

Implementation

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