Dictionary constructor

Dictionary(
  1. List<Entry> wordEntries
)

Implementation

Dictionary(this.wordEntries);