every property

bool Function(bool (int, num, BigInt64Array), [dynamic]) get every

Implementation

_i2.bool Function(
  _i2.bool Function(
    _i2.int,
    _i2.num,
    _i3.BigInt64Array,
  ), [
  _i2.dynamic,
]) get every => (
      _i2.bool Function(
        _i2.int,
        _i2.num,
        _i3.BigInt64Array,
      ) p0, [
      _i2.dynamic p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'every',
          ),
          r'call',
          [
            this,
            _i5.allowInterop(p0),
            p1,
          ],
        );
set every (bool value(bool (int, num, BigInt64Array), [dynamic]))

Implementation

set every(
    _i2.bool Function(
      _i2.bool Function(
        _i2.int,
        _i2.num,
        _i3.BigInt64Array,
      ), [
      _i2.dynamic,
    ]) value) {
  _i5.setProperty(
    this,
    'every',
    _i5.allowInterop(value),
  );
}