menu
craft_launcher_core package
documentation
models/updateSourceCache.dart
CacheItem
CacheItem.new constructor
CacheItem.new constructor
dark_mode
light_mode
CacheItem
constructor
CacheItem
(
{
required
String
rawResponse
,
required
String
validUntil
,
})
Implementation
CacheItem({ required this.rawResponse, required this.validUntil, });
craft_launcher_core package
documentation
models/updateSourceCache
CacheItem
CacheItem.new constructor
CacheItem class