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