TemplateError constructor

TemplateError([
  1. String? message
])

Creates a new TemplateError.

Implementation

TemplateError([this.message]);