Language constructor
Language({})
Implementation
Language({
required this.iso_639_1_alpha2,
required this.iso_639_2_alpha3,
required this.family,
required this.name,
this.native,
required this.wikiUrl,
this.name_in,
});