CachedScreenEntry constructor
const
CachedScreenEntry({})
Implementation
const CachedScreenEntry({
required this.miniProgramId,
required this.version,
required this.screenId,
required this.screenJson,
required this.cachedAt,
});