OnThisDayModel constructor

OnThisDayModel({
  1. String? year,
  2. List<Wikipedia>? wikipedia,
  3. String? description,
})

Implementation

OnThisDayModel({
  this.year,
  this.wikipedia,
  this.description,
});