prefix property

String get prefix

Implementation

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

Implementation

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