TemplateError class abstract

Parser or Render error or warnings are collected as TemplateErrors instead of being thrown so that the parser and rendering process can continue. This way the caller can see and fix all TemplateErrors without having to fix and recall the TemplateEngine.parse and TemplateEngine.render methods for each TemplateError

Implemented types
Implementers

Constructors

TemplateError.new()

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

indentation(int indent) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toIndentedString(int indent) String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited