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