GetTemplateResponse constructor

GetTemplateResponse({
  1. TemplateMetadata? metadata,
  2. RuntimeMetadata? runtimeMetadata,
  3. Status? status,
  4. String? templateType,
})

Implementation

GetTemplateResponse({
  this.metadata,
  this.runtimeMetadata,
  this.status,
  this.templateType,
});