BlueprintTemplate class
Constructors
-
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})
-
-
BlueprintTemplate.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({String? templateId, BlueprintTemplateOriginalTemplate? originalTemplate, String? referencingBlueprint, String? name, String? description, Map<String, dynamic>? space, List<Label>? labels, String? templateType, String? editorVersion, ContentTemplateBody? body, BlueprintTemplateExpandable? expandable, GenericLinks? links})
→ BlueprintTemplate
-
-
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