WebSource class - search library - Dart API
WebSource
WebSource class
Contains information about provider of the item and a direct link to the item.
Constructors
- WebSource(String href, String supplierId)
- Creates a new instance.
- WebSource.withDefaults()
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- href ↔ String
-
Direct link to the page containing source.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supplierId ↔ String
-
Original supplier of the item.
getter/setter pair
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.