tanh property

num Function(num) get tanh

Implementation

_i2.num Function(_i2.num) get tanh => (_i2.num p0) => _i6.callMethod(
      _i6.getProperty(
        this,
        'tanh',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set tanh (num value(num))

Implementation

set tanh(_i2.num Function(_i2.num) value) {
  _i6.setProperty(
    this,
    'tanh',
    _i6.allowInterop(value),
  );
}