Wikipedia constructor

Wikipedia({
  1. String? title,
  2. String? wikipedia,
})

Implementation

Wikipedia({
  this.title,
  this.wikipedia,
});