floor property

num Function(num) get floor

Implementation

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

Implementation

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