asIntN property

int Function(num, int) get asIntN

Implementation

static _i2.int Function(
  _i2.num,
  _i2.int,
) get asIntN => (
      _i2.num p0,
      _i2.int p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            _i6.target28,
            'asIntN',
          ),
          r'call',
          [
            _i6.target28,
            p0,
            p1,
          ],
        );
set asIntN (int value(num, int))

Implementation

static set asIntN(
    _i2.int Function(
      _i2.num,
      _i2.int,
    ) value) {
  _i5.setProperty(
    _i6.target28,
    'asIntN',
    _i5.allowInterop(value),
  );
}