posixValuesList property

List<String> posixValuesList

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

Implementation

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