ContentTemplate constructor
ContentTemplate({
- required String templateId,
- ContentTemplateOriginalTemplate? originalTemplate,
- String? referencingBlueprint,
- required String name,
- required String description,
- Map<
String, dynamic> ? space, - required List<
Label> labels, - required String templateType,
- String? editorVersion,
- ContentTemplateBody? body,
- ContentTemplateExpandable? expandable,
- required GenericLinks links,
Implementation
ContentTemplate(
{required this.templateId,
this.originalTemplate,
this.referencingBlueprint,
required this.name,
required this.description,
this.space,
required this.labels,
required this.templateType,
this.editorVersion,
this.body,
this.expandable,
required this.links});