menu
Dart
dart:core
Iterable
<
E
>
Iterable.empty const constructor
Iterable.empty
dark_mode
light_mode
描述
Iterable<
E
>.empty
构造函数
const
Iterable<
E
>.empty
(
)
创建一个空的迭代器。
空的迭代器没有任何元素,迭代它总是立即停止。
实现
const factory Iterable.empty() = EmptyIterable<E>;
Dart
dart:core
Iterable
<
E
>
Iterable.empty 常量构造函数
Iterable 类
Cookie 管理控件