NiceLocaleEntry constructor
const
NiceLocaleEntry({})
Implementation
const NiceLocaleEntry({
required this.languageCode,
required this.countryCode,
required this.displayName,
required this.nativeName,
this.isRTL = false,
this.completionPercent = 100,
this.isDefault = false,
});