LibraccioParser class

Constructors

LibraccioParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

extractBookData(String url) Future<Book?>
Extracts book data from a libraccio.it product page URL
extractBookDataByIsbn(String isbn) Future<Book?>
Extracts book data by ISBN from libraccio.it This method will automatically construct the URL and handle redirects
parseBookFromHtml(String htmlContent) Book?
Parses book data from HTML content containing JSON-LD script tags