class ShareDataModel { String title; String content; List image; String url; ShareDataModel({ this.title, this.content, this.image, this.url, }); }