TableParserOptions class
Configuration options for table parser behavior.
This class contains configuration for extracting data from HTML tables and JSON table structures.
Constructors
- TableParserOptions.new({required String keys, String? values})
- Creates a new TableParserOptions instance.
- TableParserOptions.fromJson(String source)
-
factory
-
TableParserOptions.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keys → String
-
CSS selector for selecting keys row (for HTML tables)
JSON path selector for keys (for JSON tables)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- values → String?
-
CSS selector for selecting values row (for HTML tables)
JSON path selector for values (for JSON tables)
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited