CachedPreview constructor
CachedPreview({})
Implementation
CachedPreview({
required this.formattedText,
this.icon,
this.metadata,
DateTime? cachedAt,
this.ttl = const Duration(minutes: 5),
}) : cachedAt = cachedAt ?? DateTime.now();