code property
String
get
code
Sets or retrieves the URL of the file containing the compiled Java class. @deprecated
Implementation
_i2.String get code => _i4.getProperty(
this,
'code',
);
set
code
(String value)
Implementation
set code(_i2.String value) {
_i4.setProperty(
this,
'code',
value,
);
}