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