menu
khadem package
documentation
support.dart
DateHelper
isPast static method
isPast static method
dark_mode
light_mode
isPast
static method
bool
isPast
(
DateTime
date
)
Checks if date is in the past.
Implementation
static bool isPast(DateTime date) => date.isBefore(DateTime.now());
khadem package
documentation
support
DateHelper
isPast static method
DateHelper class