expm1 property

num Function(num) get expm1

Implementation

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

Implementation

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