end method
Called when the ending of a tag is encountered.
Implementation
@override
void end(TagContext tc) {
tc.unindent();
tc.writeln("${tc.pre}} //$name");
}
Called when the ending of a tag is encountered.
@override
void end(TagContext tc) {
tc.unindent();
tc.writeln("${tc.pre}} //$name");
}