ImageModel constructor
ImageModel({
- required String imageUrl,
Implementation
ImageModel({required this.imageUrl, this.caption});
ImageModel({required this.imageUrl, this.caption});