NewsAndEventsItem constructor

NewsAndEventsItem(
  1. {String dateAdded,
  2. String description,
  3. String image,
  4. String title,
  5. String url}
)

Constructor

Implementation

NewsAndEventsItem({this.dateAdded, this.description,
  this.image, this.title, this.url});