Image1 constructor

Image1({
  1. int? imageId,
  2. String? title,
  3. String? image,
  4. String? imageFilePath,
})

Implementation

Image1({this.imageId, this.title, this.image, this.imageFilePath});