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