TagContext constructor
TagContext(
- TagContext? parent,
- Tag? tag,
- Compiler compiler,
- IOSink output,
Implementation
TagContext(this.parent, this.tag, this.compiler, this.output);