addInflectionRule method
Implementation
void addInflectionRule(String presentOrParticiple, dynamic past) {
_inflectionRules
.add([new RegExp(presentOrParticiple, caseSensitive: false), past]);
}
void addInflectionRule(String presentOrParticiple, dynamic past) {
_inflectionRules
.add([new RegExp(presentOrParticiple, caseSensitive: false), past]);
}