c property

dynamic c

Implementation

/* double | NaN */ dynamic get c => js_util.getProperty(this, 'c');
void c=(dynamic newValue)

Implementation

set c(/* double | NaN */ dynamic newValue) {
  js_util.setProperty(this, 'c', newValue);
}