不可修改列表不支持此操作。
void removeWhere(bool test(E element)) { throw new UnsupportedError("Cannot remove from an unmodifiable list"); }