menu
Dart
dart:collection
UnmodifiableMapBase
<
K
,
V
>
remove method
remove
dark_mode
light_mode
描述
remove
方法
V?
remove
(
Object
?
key
)
继承自
不可修改的映射不支持此操作。
实现
V? remove(Object? key) { throw UnsupportedError("Cannot modify unmodifiable map"); }
Dart
dart:collection
UnmodifiableMapBase
<
K
,
V
>
remove 方法
UnmodifiableMapBase 类
Cookie 管理控制