findIndex property

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

Implementation

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

Implementation

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