menu
eyflutter_rich_text package
documentation
delta/html/text_parser.dart
TextParser
isDone property
isDone property
dark_mode
light_mode
isDone
property
bool
get
isDone
Whether the read position has reached the end of
source
.
Implementation
bool get isDone => _position == length;
eyflutter_rich_text package
documentation
delta/html/text_parser
TextParser
isDone property
TextParser class