NewsEntry constructor

NewsEntry({
  1. required String headline,
  2. required String content,
})

Implementation

NewsEntry({required this.headline, required this.content});