templateVariables property

Map<String, Object>? templateVariables
getter/setter pair

Optional map of template variables. Will replace moustache syntax variables in subject and body or template with the associated values if found.

Implementation

Map<String, Object>? templateVariables;