IR5Image constructor

IR5Image({
  1. required int Num,
  2. required String Nom,
  3. required String Description,
  4. required int ImgTypes,
  5. required String FileExt,
  6. required String ContentType,
  7. required num Width,
  8. required num Height,
  9. required String Img,
  10. required String Img2,
  11. required String Img3,
  12. required String Img4,
})

Implementation

IR5Image({
  required this.Num,
  required this.Nom,
  required this.Description,
  required this.ImgTypes,
  required this.FileExt,
  required this.ContentType,
  required this.Width,
  required this.Height,
  required this.Img,
  required this.Img2,
  required this.Img3,
  required this.Img4,
});