菜单
Dart
dart:core
Duration
运算符 < 方法
运算符 <
暗色模式
亮色模式
描述
运算符 <
方法
bool
operator <
(
Duration
other
)
判断此
Duration
是否比
other
短。
实现
bool operator <(Duration other) => this._duration < other._duration;
Dart
dart:core
Duration
运算符 < 方法
Duration 类
Cookie 管理控制