posixCode property

String posixCode

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

Implementation

String get posixCode => posixValuesList.join(charUnderscore);