end method

  1. @override
void end(
  1. TagContext tc
)
override

Called when the ending of a tag is encountered.

Implementation

@override
void end(TagContext tc) {
  tc.unindent();
  tc.writeln("${tc.pre}} //$name");
}