SiblingParserOptions class

Configuration options for sibling parser behavior.

This class contains configuration for extracting sibling elements relative to the current element.

Constructors

SiblingParserOptions.new({SiblingDirection? direction, List<String>? where})
Creates a new instance of SiblingParserOptions.
SiblingParserOptions.fromJson(String source)
factory
SiblingParserOptions.fromMap(Map<String, dynamic> map)
factory

Properties

direction SiblingDirection?
Direction to look for sibling (previous or next)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
where List<String>?
Optional list of strings to check if sibling text contains
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