ParserOptions.table constructor

ParserOptions.table({
  1. required TableParserOptions options,
})

Creates ParserOptions for table parser configuration

Implementation

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