CachedResource constructor
CachedResource({
- required String url,
- required ResourceType type,
- ResponseData? response,
- required num bodySize,
Implementation
CachedResource(
{required this.url,
required this.type,
this.response,
required this.bodySize});