menu
markd package
documentation
markdown.dart
BlockParser
isDone property
isDone property
dark_mode
light_mode
isDone
property
bool
get
isDone
Implementation
bool get isDone => _pos >= lines.length;
markd package
documentation
markdown
BlockParser
isDone property
BlockParser class