icuCode property

String icuCode

At present this method simply returns subtags separated by underscores instead of hyphens and exclude variants and extended languages

Implementation

String get icuCode => icuValuesList.join(charUnderscore);