News constructor

News({
  1. String? title,
  2. String? content,
  3. String? image,
  4. String? publishedDate,
})

Implementation

News({this.title, this.content, this.image, this.publishedDate});