ContentTemplate class
Constructors
-
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})
-
-
ContentTemplate.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({String? templateId, ContentTemplateOriginalTemplate? originalTemplate, String? referencingBlueprint, String? name, String? description, Map<String, dynamic>? space, List<Label>? labels, String? templateType, String? editorVersion, ContentTemplateBody? body, ContentTemplateExpandable? expandable, GenericLinks? links})
→ ContentTemplate
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, Object?>
-
-
toString()
→ String
-
A string representation of this object.
inherited