menu
webf package
documentation
webf.dart
HttpCacheObject
isDateTimeValid method
isDateTimeValid method
dark_mode
light_mode
isDateTimeValid
method
bool
isDateTimeValid
(
)
Implementation
bool isDateTimeValid() => expiredTime != null && expiredTime!.isAfter(DateTime.now());
webf package
documentation
webf
HttpCacheObject
isDateTimeValid method
HttpCacheObject class