clear 方法

void clear()
继承

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

实现

void clear() => _throwUnmodifiable();