ODataResponse<T> class
Constructors
-
ODataResponse({required Uri uri, required Request request, required Query query, required JSON json, String? context, T? data, Response? response, int? statusCode})
-
const
Properties
-
context
→ String?
-
@odata.context
final
-
data
→ T?
-
Response data
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
json
→ JSON
-
Response json.
final
-
query
→ Query
-
The query used to make the request
final
-
request
→ Request
-
The request sent to the server
final
-
response
→ Response?
-
Raw response
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
statusCode
→ int?
-
Response status code
final
-
uri
→ Uri
-
Request Uri
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited