ScrapeRequest class

Data model representing a web scraping request

Constructors

ScrapeRequest.regexBased({required String url, required String pattern, int group = 1})
ScrapeRequest.tagBased({required String url, required String tag, String? className, String? id})

Properties

hashCode int
The hash code for this object.
no setterinherited
regexRequest RegexBasedRequest?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagRequest TagBasedRequest?
final
type ScrapeRequestType
final
url String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited