code property

String code

Implementation

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

Implementation

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