菜单
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty 属性
isEmpty
暗色模式
亮色模式
描述
isEmpty
属性
bool
isEmpty
override
映射中是否存在键/值对。
实现
bool get isEmpty { return (_root == null); }
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty 属性
SplayTreeMap 类
Cookie 管理控制