News constructor

const News(
  1. String title,
  2. String author,
  3. String content,
  4. String url,
)

Implementation

const News(this.title, this.author, this.content, this.url);