ContentPageModel constructor Null safety
Implementation
ContentPageModel({
this.id,
this.name,
this.title,
this.content,
this.pageDescription,
this.imageUrl,
this.showImage,
});
ContentPageModel({
this.id,
this.name,
this.title,
this.content,
this.pageDescription,
this.imageUrl,
this.showImage,
});