EmailTemplateErrors constructor

EmailTemplateErrors({
  1. Map<String, String> parseErrors,
  2. Map<String, String> renderErrors,
})

Implementation

EmailTemplateErrors({this.parseErrors, this.renderErrors});