TemplateError constructor

TemplateError({
  1. String? message,
  2. TemplateErrorType? type,
})

Implementation

TemplateError({
  this.message,
  this.type,
});