SearchResponse class

Response message includes the context and a list of matching results which contain the detail of associated entities.

Constructors

SearchResponse({Object? P_context, Object? P_type, List<Object?>? itemListElement})
SearchResponse.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
itemListElement List<Object?>?
The item list of search results.
getter/setter pair
P_context Object?
The local context applicable for the response.
getter/setter pair
P_type Object?
The schema type of top-level JSON-LD object, e.g. ItemList.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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