menu
parser_combinator package
documentation
runtime.dart
State<T>
errors property
errors property
dark_mode
light_mode
errors
property
List
<
ParseError
?
>
errors
final
Implementation
final List<ParseError?> errors = List.filled(64, null, growable: false);
parser_combinator package
documentation
runtime
State<T>
errors property
State class