c property

Implementation

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

Implementation

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