int lastIndexOf(E element, [int? fromIndex]) => jsu.callMethod(this, 'lastIndexOf', [element, fromIndex]);