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

Properties

body ContentTemplateBody?
final
description String
final
editorVersion String?
final
expandable ContentTemplateExpandable?
final
hashCode int
The hash code for this object.
no setterinherited
labels List<Label>
final
final
name String
final
originalTemplate ContentTemplateOriginalTemplate?
final
referencingBlueprint String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space Map<String, dynamic>?
final
templateId String
final
templateType String
final

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

Operators

operator ==(Object other) bool
The equality operator.
inherited