acos property

num Function(num) get acos

Implementation

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

Implementation

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