symbols property

String symbols

Implementation

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

Implementation

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