menu
save_points_intl package
documentation
save_points_intl_service.dart
DateService
isPast method
isPast method
dark_mode
light_mode
isPast
method
bool
isPast
(
DateTime
date
)
Checks if a date is in the past
Implementation
bool isPast(DateTime date) { return DateComparisons.isPast(date); }
save_points_intl package
documentation
save_points_intl_service
DateService
isPast method
DateService class