prefix property

String prefix

Implementation

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

Implementation

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