menu
sugar package
documentation
time.dart
Chronological
operator > method
operator > method
dark_mode
light_mode
operator >
method
bool
operator >
(
DateTime
other
)
Determines if this
DateTime
is after
other
.
Implementation
bool operator > (DateTime other) => other < this;
sugar package
documentation
time
Chronological
operator > method
Chronological extension on
DateTime