symbols property
String
get
symbols
Implementation
String get symbols => js_util.getProperty(this, 'symbols');
set
symbols
(String newValue)
Implementation
set symbols(String newValue) {
js_util.setProperty(this, 'symbols', newValue);
}