Headline constructor Null safety
Implementation
Headline(DateTime date, String text, String link, String extract) {
this.date = date;
this.text = text;
this.link = link;
this.extract = extract;
}
Headline(DateTime date, String text, String link, String extract) {
this.date = date;
this.text = text;
this.link = link;
this.extract = extract;
}