$TemplateClient class
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_Request({required String filePath, String? templatePath, String? templateType, bool? oCSAPIRequest})
→ Request
-
Create a template.
-
$create_Serializer()
→ DynamiteSerializer<TemplateCreateResponseApplicationJson, void>
-
Builds a serializer to parse the response of $create_Request.
-
$list_Request({bool? oCSAPIRequest})
→ Request
-
List the available templates.
-
$list_Serializer()
→ DynamiteSerializer<TemplateListResponseApplicationJson, void>
-
Builds a serializer to parse the response of $list_Request.
-
$path_Request({String? templatePath, TemplatePathCopySystemTemplates? copySystemTemplates, bool? oCSAPIRequest})
→ Request
-
Initialize the template directory.
-
$path_Serializer()
→ DynamiteSerializer<TemplatePathResponseApplicationJson, void>
-
Builds a serializer to parse the response of $path_Request.
-
create({required String filePath, String? templatePath, String? templateType, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TemplateCreateResponseApplicationJson, void>>
-
Create a template.
-
list({bool? oCSAPIRequest})
→ Future<DynamiteResponse<TemplateListResponseApplicationJson, void>>
-
List the available templates.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
path({String? templatePath, TemplatePathCopySystemTemplates? copySystemTemplates, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TemplatePathResponseApplicationJson, void>>
-
Initialize the template directory.
-
toString()
→ String
-
A string representation of this object.
inherited