menu
liquify package
documentation
parser.dart
NotParser<R>
NotParser.new constructor
NotParser.new constructor
dark_mode
light_mode
NotParser<
R
>
constructor
NotParser<
R
>
(
Parser
<
R
>
delegate
,
String
message
)
Implementation
NotParser(super.delegate, this.message);
liquify package
documentation
parser
NotParser<R>
NotParser.new constructor
NotParser class