menu
html_renderer
utils/strings/html_parser_regex.dart
HtmlParserRegex
li property
li
dark_mode
light_mode
li
property
RegExp
li
final
Implementation
static final RegExp li = RegExp(r'<li>(.*?)<\/li>', dotAll: true);
html_renderer
html_parser_regex
HtmlParserRegex
li property
HtmlParserRegex class