Language constructor
- String name = '',
- String languagecode = '',
- String regioncode = '',
- String scriptcode = '',
- ScriptVariant scriptvariant = ScriptVariant.native,
Implementation
Language({
this.name = '',
this.languagecode = '',
this.regioncode = '',
this.scriptcode = '',
this.scriptvariant = ScriptVariant.native,
});