menu
Dart
dart:collection
UnmodifiableSetView
<
E
>
retainWhere method
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 管理控件