SessionConjugation constructor

SessionConjugation(
  1. String _mode,
  2. String _tense
)

Implementation

SessionConjugation(this._mode, this._tense);