TagContext constructor

TagContext(
  1. TagContext? parent,
  2. Tag? tag,
  3. Compiler compiler,
  4. IOSink output,
)

Implementation

TagContext(this.parent, this.tag, this.compiler, this.output);