menu
objd package
documentation
core.dart
Time
compareTo method
compareTo method
dark_mode
light_mode
compareTo
method
int
compareTo
(
Time
other
)
Implementation
int compareTo(Time other) { return ticks.compareTo(other.ticks); }
objd package
documentation
core
Time
compareTo method
Time class