SoloTag constructor
SoloTag(
- String name,
- void output(
- TagContext tc,
- String data
Implementation
SoloTag(this.name, this.output);
SoloTag(this.name, this.output);