menu
extensions_pack package
documentation
utils/date.dart
Date
isAfter method
isAfter method
dark_mode
light_mode
isAfter
method
bool
isAfter
(
Date
other
)
Returns if this date is after
other
.
Implementation
bool isAfter(Date other) => _time.isAfter(other._time);
extensions_pack package
documentation
utils/date
Date
isAfter method
Date class