DeinflectRule constructor
Instantiate a deinflection rule.
Implementation
DeinflectRule({
required this.kanaIn,
required this.kanaOut,
required this.rulesIn,
required this.rulesOut,
});
Instantiate a deinflection rule.
DeinflectRule({
required this.kanaIn,
required this.kanaOut,
required this.rulesIn,
required this.rulesOut,
});