I18nPlural constructor

const I18nPlural(
  1. String _key,
  2. int _pluralValue, {
  3. Key? key,
  4. Text child = _defaultText,
})

Implementation

const I18nPlural(this._key, this._pluralValue,
    {Key? key, this.child = _defaultText})
    : super(key: key);