ODataResponse<T> constructor
const
ODataResponse<T> ({})
Implementation
const ODataResponse({required this.uri, required this.request, required this.query, required this.json, this.context, this.data, this.response, this.statusCode});