find property

int? Function(bool (int, num, BigUint64Array), [dynamic]) get find

Implementation

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

Implementation

set find(
    _i2.int? Function(
      _i2.bool Function(
        _i2.int,
        _i2.num,
        _i3.BigUint64Array,
      ), [
      _i2.dynamic,
    ]) value) {
  _i5.setProperty(
    this,
    'find',
    _i5.allowInterop((
      p0,
      p1,
    ) =>
        () =>
            value(
              p0,
              p1,
            ) ??
            _i4.undefined),
  );
}