FluentParser constructor

FluentParser({
  1. FluentParserOptions options = const FluentParserOptions(),
})

Creates a parser configured by options.

Implementation

FluentParser({FluentParserOptions options = const FluentParserOptions()})
  : withSpans = options.withSpans;