remove 方法

bool remove(
  1. Object? value
)
继承

此操作不支持不可修改的集合。

实现

bool remove(Object? value) => _throwUnmodifiable();