Images constructor

Images({
  1. File? imageUrl,
  2. int? id,
})

Implementation

Images({this.imageUrl, this.id});