LanguageInfo constructor
const
LanguageInfo({})
Creates a LanguageInfo with the given parameters.
Implementation
const LanguageInfo({
required this.code,
required this.name,
required this.nativeName,
this.region,
this.isRightToLeft = false,
});