int indexWhere(bool Function(E element) test, [int start = 0]) { return value.indexWhere(test, start); }