reduceRight<T> method
T
reduceRight<T>()
Implementation
T reduceRight<T>(
T Function(T accumulator, T currentValue, int currentIndex,
JsArray<E> array)
fn,
T initialValue) =>
jsu.callMethod(this, 'reduceRight', [allowInterop(fn), initialValue]);