News constructor
News({})
Implementation
News(
{required this.image,
required this.url,
required this.date,
required this.headline,
required this.source,
required this.summary});
News(
{required this.image,
required this.url,
required this.date,
required this.headline,
required this.source,
required this.summary});