ReplacementTemplate class
An object which contains ReplacementTemplateData
to be used for
a specific BulkEmailEntry
.
Constructors
- ReplacementTemplate({String? replacementTemplateData})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- replacementTemplateData → String?
-
A list of replacement values to apply to the template. This parameter is a
JSON object, typically consisting of key-value pairs in which the keys
correspond to replacement tags in the email template.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited