ImageModel constructor

ImageModel({
  1. required String imageUrl,
  2. String? caption,
})

Implementation

ImageModel({required this.imageUrl, this.caption});