fround property

num Function(num) get fround

Implementation

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

Implementation

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