FluentParserOptions constructor

const FluentParserOptions({
  1. bool withSpans = true,
})

Bundles the parser knobs.

Implementation

const FluentParserOptions({this.withSpans = true});