Language constructor

Language(
  1. String lang,
  2. double prob
)

Implementation

Language(this.lang, this.prob);