DocumentLanguage constructor
const
DocumentLanguage({})
Implementation
const DocumentLanguage({
required this.code,
required this.name,
required this.flag,
required this.hunspellAff,
required this.hunspellDic,
});