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