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