linear method
Implementation
MLOperand linear([MLOperand? x, MLLinearOptions? options]) =>
js_util.callMethod(this, 'linear', [x, options]);
MLOperand linear([MLOperand? x, MLLinearOptions? options]) =>
js_util.callMethod(this, 'linear', [x, options]);