PronounField constructor
const
PronounField({})
Implementation
const PronounField(
{Key? key,
required this.targetLanguage,
required this.fullPronoun,
required this.expectedIndicative})
: super(key: key);