class ImagesInfo { final String imageAr; final String imageEn; final bool isAsset; ImagesInfo({this.imageAr, this.imageEn, this.isAsset = false}); }