ThumbnailResponse constructor
ThumbnailResponse({
- required String imageUrl,
Returns a new ThumbnailResponse instance.
Implementation
ThumbnailResponse({
required this.imageUrl,
});
Returns a new ThumbnailResponse instance.
ThumbnailResponse({
required this.imageUrl,
});