ParserOptions.staticValue constructor

ParserOptions.staticValue({
  1. required StaticValueParserOptions options,
})

Creates ParserOptions for static value parser configuration

Implementation

ParserOptions.staticValue({required StaticValueParserOptions options})
    : http = null,
      table = null,
      sibling = null,
      staticValue = options,
      stringBetween = null,
      urlParam = null;