lowercasePosix property

String lowercasePosix

At present this method simply returns lowercase subtags separated by underscores instead of hyphens

Implementation

String get lowercasePosix => posixSimpleValuesList.join(charUnderscore);