SearchSearchInformation class
Metadata about a search operation.
Constructors
- SearchSearchInformation({String? formattedSearchTime, String? formattedTotalResults, double? searchTime, String? totalResults})
- SearchSearchInformation.fromJson(Map json_)
Properties
- formattedSearchTime ↔ String?
-
The time taken for the server to return search results, formatted
according to locale style.
getter/setter pair
- formattedTotalResults ↔ String?
-
The total number of search results, formatted according to locale style.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTime ↔ double?
-
The time taken for the server to return search results.
getter/setter pair
- totalResults ↔ String?
-
The total number of search results returned by the query.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited