defaultJoinString property

String Function() defaultJoinString
getter/setter pair

The default text to join the reasons in a string. You can change this variable to inject another way to join them.

Implementation

static var defaultJoinString = () => "\n\n${"Reason:".i18n} ";