ParserOptions.table constructor
ParserOptions.table({
- 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;