code property

String code

Sets or retrieves the URL of the file containing the compiled Java class. @deprecated

MDN Reference

Implementation

_i2.String get code => _i4.getProperty(
      this,
      'code',
    );
void code=(String value)

Implementation

set code(_i2.String value) {
  _i4.setProperty(
    this,
    'code',
    value,
  );
}