GoogleSearchResult class
A Google Search result item.
Constructors
- GoogleSearchResult({String? url, String? title})
-
Creates a GoogleSearchResult instance.
const
-
GoogleSearchResult.fromJson(Map<
String, dynamic> json) -
Creates a GoogleSearchResult from JSON.
factory
Properties
Methods
-
copyWith(
{Object? url = unsetCopyWithValue, Object? title = unsetCopyWithValue}) → GoogleSearchResult - Creates a copy with replaced values.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited