findLastIndex property

num Function(Object? (T, num, List<T>), [dynamic]) findLastIndex

Implementation

_i2.num Function(
  _i2.Object? Function(
    T,
    _i2.num,
    _i2.List<T>,
  ), [
  _i2.dynamic,
]) get findLastIndex => (
      _i2.Object? Function(
        T,
        _i2.num,
        _i2.List<T>,
      ) p0, [
      _i2.dynamic p1,
    ]) =>
        _i6.callMethod(
          _i6.getProperty(
            this,
            'findLastIndex',
          ),
          r'call',
          [
            this,
            _i6.allowInterop(p0),
            p1,
          ],
        );
void findLastIndex=(num value(Object? (T, num, List<T>), [dynamic]))

Implementation

set findLastIndex(
    _i2.num Function(
      _i2.Object? Function(
        T,
        _i2.num,
        _i2.List<T>,
      ), [
      _i2.dynamic,
    ]) value) {
  _i6.setProperty(
    this,
    'findLastIndex',
    _i6.allowInterop(value),
  );
}