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