SimpleImageModel constructor Null safety
Implementation
SimpleImageModel({
required this.documentID,
required this.appId,
this.description,
this.image,
this.conditions,
});
SimpleImageModel({
required this.documentID,
required this.appId,
this.description,
this.image,
this.conditions,
});