isAnyMacroEnd method
Implementation
bool isAnyMacroEnd() {
var line = trim().toLowerCase();
return line.startsWith('<!-- // end of #') && line.endsWith('-->');
}
bool isAnyMacroEnd() {
var line = trim().toLowerCase();
return line.startsWith('<!-- // end of #') && line.endsWith('-->');
}