ceil property

num Function(num) get ceil

Implementation

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

Implementation

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