menu
Dart
dart:core
Duration
operator < method
operator <
dark_mode
light_mode
描述
运算符 <
方法
bool
operator <
(
Duration
other
)
判断此
Duration
是否比
other
短。
实现
bool operator <(Duration other) => this._duration < other._duration;
Dart
dart:core
Duration
运算符 < 方法
Duration 类
Cookie 管理控件