menu
tempo package
documentation
tempo.dart
Timespan
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
Timespan
other
)
Less than operator.
Implementation
bool operator <(Timespan other) => _compareTo(other) < 0;
tempo package
documentation
tempo
Timespan
operator < method
Timespan class