c property

dynamic c

Implementation

dynamic get c => js_util.getProperty(this, 'c');
void c=(dynamic newValue)

Implementation

set c(dynamic newValue) {
  js_util.setProperty(this, 'c', newValue);
}