lowercaseIcu property

String lowercaseIcu

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

Implementation

String get lowercaseIcu => icuSimpleValuesList.join(charUnderscore);