RenderContext class
Constructors
-
RenderContext.new({required TemplateEngine engine, required List<
TemplateParseResult> parsedTemplates, required Template templateBeingRendered, String? renderedError, VariableMap? variables})
Properties
- engine → TemplateEngine
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parsedTemplates
→ List<
TemplateParseResult> -
final
- renderedError → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- templateBeingRendered → Template
-
the Template being rendered
final
- variables → VariableMap
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited