menu
objd package
documentation
core.dart
Time
operator > method
operator > method
dark_mode
light_mode
operator >
method
bool
operator >
(
Time
other
)
Whether this
Time
is longer than
other
.
Implementation
bool operator >(Time other) => ticks > other.ticks;
objd package
documentation
core
Time
operator > method
Time class