Template class
Constructors
-
Template.new(List<
_IToken> _tokens) - Takes parsed template.
- Template.parse(String input)
-
Parse a template
factory
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
-
disableHtmlEscaping(
) → void - Turns off automatic escaping of HTML in text
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
StringBuffer sb, Map< String, dynamic> data) → void - Render a template to buffer
-
renderToString(
Map< String, dynamic> data) → String - Render a template to string
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited