menu
zuq_cli package
documentation
core/utils/update_checker.dart
UpdateCache
UpdateCache.new constructor
UpdateCache.new constructor
dark_mode
light_mode
UpdateCache
constructor
UpdateCache
(
{
required
DateTime
lastChecked
,
required
String
latestVersion
,
})
Implementation
UpdateCache({required this.lastChecked, required this.latestVersion});
zuq_cli package
documentation
core/utils/update_checker
UpdateCache
UpdateCache.new constructor
UpdateCache class