FluentParser constructor
FluentParser({
- FluentParserOptions options = const FluentParserOptions(),
Creates a parser configured by options.
Implementation
FluentParser({FluentParserOptions options = const FluentParserOptions()})
: withSpans = options.withSpans;