optionValueSeparator property

String? optionValueSeparator
final

Options are delimited for the formats, and are defined between '(' and ')'.

optionsSeparator separates all the available options between the prefix and suffix, while the optionValueSeparator separates the key values for each option.

"Some format {{value, formatName(optionName: optionValue)}}", "Some format {{value, formatName(option1Name: option1Value; option2Name: option2Value)}}"

Implementation

final String? optionsSeparator, optionValueSeparator;