macroContent property
String
get
macroContent
Implementation
String get macroContent {
return RegExp(r'<!-- (#.*?) -->').firstMatch(this)?.group(1) ?? '';
}
String get macroContent {
return RegExp(r'<!-- (#.*?) -->').firstMatch(this)?.group(1) ?? '';
}