CachedResponse<T> constructor
CachedResponse<T> ({
- required T data,
- required String timestamp,
Implementation
CachedResponse({required this.data, required this.timestamp});