CachedResponse<T> constructor

CachedResponse<T>({
  1. required T data,
  2. required String timestamp,
})

Implementation

CachedResponse({required this.data, required this.timestamp});