defaultSubstitutions property

String? defaultSubstitutions
final

The JSON object that specifies the default values that are used for message variables in the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable.

Implementation

final String? defaultSubstitutions;