ODataCollectionResponse<T> class

Inheritance

Constructors

ODataCollectionResponse({required JSON json, required Uri uri, required Request request, required CollectionQuery query, String? context, Response? response, int? statusCode, int? count, BuiltList<T>? collectionData})
const

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

Operators

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