remove方法

bool remove(
  1. Object? value
)
继承

不支持在不可修改的集合中执行此操作。

实现

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