Conjugation constructor

Conjugation(
  1. String _mode,
  2. String _tense,
  3. List<String> _conjugation
)

Implementation

Conjugation(this._mode, this._tense, this._conjugation);