removeWhere property

void Function(bool test(E element)) removeWhere
final

Implementation

final void Function(bool Function(E element) test) removeWhere;