FrenchVerb constructor

FrenchVerb(
  1. String infinitive,
  2. String translation,
  3. Conjugation simplePresentIndicative
)

Implementation

FrenchVerb(String infinitive, String translation,
    Conjugation simplePresentIndicative)
    : super(infinitive, translation, simplePresentIndicative, 'fr');