codeBase property

String codeBase

Implementation

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

Implementation

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