菜单
Dart
dart:core
Iterable
<
E
>
Iterable.empty 构造函数
Iterable.empty
暗色模式
亮色模式
描述
Iterable<
E
>.empty
构造函数
const
Iterable<
E
>.empty
(
)
创建一个空的可迭代对象。
空的可迭代对象没有元素,迭代它总是立即停止。
实现
const factory Iterable.empty() = EmptyIterable<E>;
Dart
dart:core
Iterable
<
E
>
Iterable.empty 构造函数
Iterable 类
cookie 管理控件