substitutions property

Map<String, List<String>>? substitutions
final

A map of the message variables to merge with the variables specified for the default message (DefaultMessage.Substitutions). The variables specified in this map take precedence over all other variables.

Implementation

final Map<String, List<String>>? substitutions;