BlueprintTemplate constructor
BlueprintTemplate({
- required String templateId,
- required BlueprintTemplateOriginalTemplate originalTemplate,
- required String referencingBlueprint,
- required String name,
- required String description,
- Map<
String, dynamic> ? space, - required List<
Label> labels, - required String templateType,
- String? editorVersion,
- ContentTemplateBody? body,
- BlueprintTemplateExpandable? expandable,
- required GenericLinks links,
Implementation
BlueprintTemplate(
{required this.templateId,
required this.originalTemplate,
required 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});