code property

String get code

Implementation

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

Implementation

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