acosh property

num Function(num) get acosh

Implementation

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

Implementation

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