languagesOfficial property

List<String> get languagesOfficial

An official language is a language given a special status in a particular country, state, or other jurisdiction.

Typically the term "official language" does not refer to the language used by a people or country, but by its government (e.g. judiciary, legislature, and/or administration).

Implementation

List<String> get languagesOfficial => data.languagesOfficial.asUnmodifiable();