CachedImageInfo constructor
CachedImageInfo({})
Implementation
CachedImageInfo({
required this.imageUrl,
required this.cachedImageUrl,
required this.fileSize,
required this.dateCreated,
this.id = 0,
});
CachedImageInfo({
required this.imageUrl,
required this.cachedImageUrl,
required this.fileSize,
required this.dateCreated,
this.id = 0,
});