currencyPosValues top-level property
Implementation
final currencyPosValues = EnumValues({
"left": CurrencyPos.left,
"left_space": CurrencyPos.leftSpace,
"right": CurrencyPos.right,
"right_space": CurrencyPos.rightSpace
});
final currencyPosValues = EnumValues({
"left": CurrencyPos.left,
"left_space": CurrencyPos.leftSpace,
"right": CurrencyPos.right,
"right_space": CurrencyPos.rightSpace
});