菜单
Dart
dart:collection
UnmodifiableMapBase
<
K
,
V
>
remove 方法
remove
深色模式
浅色模式
描述
remove
方法
V?
remove
(
Object
?
key
)
继承的
不可修改的映射不支持此操作。
实现
V? remove(Object? key) { throw UnsupportedError("Cannot modify unmodifiable map"); }
Dart
dart:collection
UnmodifiableMapBase
<
K
,
V
>
remove 方法
UnmodifiableMapBase 类
Cookie 管理控件