posixSimpleValuesList property

List<String> posixSimpleValuesList

List of lowercase subtags in presentation order. Exclude script, variants and ext languages

Implementation

List<String> get posixSimpleValuesList => <String>[
      language,
      if (region != null) region!.simpleCode,
    ];