MessageTemplate constructor
MessageTemplate({
- String? id,
- String? environmentId,
- String? organizationId,
- String? creatorId,
- String? feedId,
- String? layoutId,
- String? parentId,
- String? subject,
- String? name,
- String? title,
- required StepType type,
- MessageTemplateContentType? contentType,
- required dynamic content,
- List<
TemplateVariable> ? variables, - MessageTemplateCTA? cta,
- bool? active,
- String? preheader,
- String? senderName,
- Actor? actor,
- String? code,
- DateTime? createdAt,
- DateTime? updatedAt,
Implementation
MessageTemplate({
this.id,
this.environmentId,
this.organizationId,
this.creatorId,
this.feedId,
this.layoutId,
this.parentId,
this.subject,
this.name,
this.title,
required this.type,
this.contentType,
required this.content,
this.variables,
this.cta,
this.active,
this.preheader,
this.senderName,
this.actor,
this.code,
this.createdAt,
this.updatedAt,
});