begin method
Called when the beginning of a tag is encountered.
Implementation
@override
void begin(TagContext tc, String data) {
tc.data = ArgInfo(tc, data);
tc.args = LinkedHashMap<String, String>(); //order is important
}
Called when the beginning of a tag is encountered.
@override
void begin(TagContext tc, String data) {
tc.data = ArgInfo(tc, data);
tc.args = LinkedHashMap<String, String>(); //order is important
}