$TemplateClient class

Constructors

$TemplateClient.new($Client _rootClient)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create({required String filePath, String? templatePath, String? templateType, bool? oCSAPIRequest}) Future<DynamiteResponse<TemplateCreateResponseApplicationJson, void>>
Create a template.
createRaw({required String filePath, String? templatePath, String? templateType, bool? oCSAPIRequest}) DynamiteRawResponse<TemplateCreateResponseApplicationJson, void>
Create a template.
list({bool? oCSAPIRequest}) Future<DynamiteResponse<TemplateListResponseApplicationJson, void>>
List the available templates.
listRaw({bool? oCSAPIRequest}) DynamiteRawResponse<TemplateListResponseApplicationJson, void>
List the available templates.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
path({String? templatePath, int? copySystemTemplates, bool? oCSAPIRequest}) Future<DynamiteResponse<TemplatePathResponseApplicationJson, void>>
Initialize the template directory.
pathRaw({String? templatePath, int? copySystemTemplates, bool? oCSAPIRequest}) DynamiteRawResponse<TemplatePathResponseApplicationJson, void>
Initialize the template directory.
toString() String
A string representation of this object.
inherited

Operators

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