negative property

String negative

Implementation

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

Implementation

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