RenderContext class abstract

Implementers

Constructors

RenderContext()

Properties

blocks Map<String, String>
no setter
filters Map<String, Filter>
no setter
hashCode int
The hash code for this object.
no setterinherited
parent RenderContext?
no setter
root RenderContext
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variables Map<String, dynamic>
no setter

Methods

clone() RenderContext
cloneAsRoot() RenderContext
getTagState(Tag tag) Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(Map<String, dynamic> variables) RenderContext
registerModule(String load) → void
toString() String
A string representation of this object.
inherited

Operators

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