菜单
Dart
dart:collection
UnmodifiableSetView
<
E
>
retainWhere 方法
retainWhere
dark_mode
light_mode
描述
retainWhere
方法
void
retainWhere
(
bool
test
(
E
element
)
)
继承
不可修改的集合不支持此操作。
实现
void retainWhere(bool test(E element)) => _throwUnmodifiable();
Dart
dart:collection
UnmodifiableSetView
<
E
>
retainWhere 方法
UnmodifiableSetView 类
Cookie 管理控件