menu
sunny_sdk_core package
documentation
model_exports.dart
isPast function
isPast function
dark_mode
light_mode
isPast
function
bool
isPast
(
DateTime
?
time
)
Implementation
bool isPast(DateTime? time) => time?.isBefore(DateTime.now()) == true;
sunny_sdk_core package
documentation
model_exports
isPast function
model_exports library