QueryResponse class
Response payload sent back to a physical web client.
This response contains the record found based on the identiers present in a
QueryRequest
. The returned response will have a record, and sometimes
details on normalization actions taken on the request that were necessary to
make the request successful.
Constructors
- QueryResponse({Record? record, UrlNormalization? urlNormalizationDetails})
- QueryResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- record ↔ Record?
-
The record that was found.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- urlNormalizationDetails ↔ UrlNormalization?
-
These are details about automated normalization actions that were taken in
order to make the requested
url_pattern
valid.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