Verb constructor

Verb(
  1. String _infinitive,
  2. String _translation,
  3. List<String> _indicative,
  4. String _isoLanguage,
)

Implementation

Verb(
    this._infinitive, this._translation, this._indicative, this._isoLanguage);