menu
Dart
dart:collection
UnmodifiableMapView
<
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
UnmodifiableMapView
<
K
,
V
>
remove 方法
UnmodifiableMapView 类
Cookie 管理控件