removeWhere method - UnmodifiableSetView class - dart:collection library (original) (raw)

description

void removeWhere(

  1. bool test(
    1. E element
      ) )

inherited

This operation is not supported by an unmodifiable set.

Implementation

void removeWhere(bool test(E element)) => _throwUnmodifiable();