int lastIndexWhere(bool Function(E element) test, [int? start]) { return value.lastIndexWhere(test, start); }