Result constructor

Result(
  1. String id,
  2. String language,
  3. List<LexicalEntries> lexicalEntries,
  4. String type,
  5. String word
)

Implementation

Result(this.id, this.language, this.lexicalEntries, this.type, this.word);