truncate property

Future<void> Function(num) get truncate

Implementation

_i2.Future<void> Function(_i2.num) get truncate =>
    (_i2.num p0) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'truncate',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
set truncate (Future<void> value(num))

Implementation

set truncate(_i2.Future<void> Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'truncate',
    _i4.allowInterop(value),
  );
}