int findLastIndex(bool Function(E element, int index, JsArray<E> array) fn) => jsu.callMethod(this, 'findLastIndex', [allowInterop(fn)]);