Context constructor

Context({
  1. String? id,
  2. String? shortCode,
  3. String? wikidata,
  4. String? text,
})

Implementation

Context({
  this.id,
  this.shortCode,
  this.wikidata,
  this.text,
});