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