endCaseTag function
Implementation
Parser endCaseTag() => (tagStart() & string('endcase').trim() & tagEnd())
.map((values) {
return Tag('endcase', []);
})
.labeled('endCaseTag');
Parser endCaseTag() => (tagStart() & string('endcase').trim() & tagEnd())
.map((values) {
return Tag('endcase', []);
})
.labeled('endCaseTag');