codeBase property
String
get
codeBase
Sets or retrieves the URL of the component. @deprecated
Implementation
_i2.String get codeBase => _i4.getProperty(
this,
'codeBase',
);
set
codeBase
(String value)
Implementation
set codeBase(_i2.String value) {
_i4.setProperty(
this,
'codeBase',
value,
);
}