begin method
Called when the beginning of a tag is encountered.
Implementation
@override
void begin(TagContext tc, String data) {
if (!data.isEmpty)
tc.writeln(data);
}
Called when the beginning of a tag is encountered.
@override
void begin(TagContext tc, String data) {
if (!data.isEmpty)
tc.writeln(data);
}