WebInfo class

Represents the Web Information object.

Inheritance

Constructors

WebInfo({required String description, required String domain, required String icon, required String image, required String title, required LinkPreviewType type, required String video})
Creates WebInfo

Properties

description String
Description of the page.
final
domain String
Domain name of the link.
final
hashCode int
The hash code for this object.
no setterinherited
icon String
Favicon of the page.
final
image String
Image URL, if present any in the link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout DateTime
getter/setter pairinherited
title String
Title of the page.
final
type LinkPreviewType
Link preview type of the rule used for scrapping the link. Returns LinkPreviewType.error if the scrapping is failed.
final
video String
Video URL, if present any in the link.
final

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