atanh property

num Function(num) get atanh

Implementation

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

Implementation

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