subject property

String? get subject
inherited

Content of the template, can contain markdown and variable placeholders.

Implementation

String get name;/// Content of the template, can contain markdown and variable placeholders.
String? get subject;