Entry constructor

Entry(
  1. String keb,
  2. String reb,
  3. List<String> gloss,
  4. int seq,
)

Implementation

Entry(this.keb, this.reb, this.gloss, this.seq);