IR5Image constructor
IR5Image({})
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,
});