ODataHttpRequester class

Inheritance

Constructors

ODataHttpRequester({required String baseUrl, Map<String, String> headers = const {}})
const

Properties

baseUrl String
final
encoder JsonEncoder
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

httpDelete(String url, [RequestOptions? options]) Future<RequestResult>
override
httpGet(String url, [RequestOptions? options]) Future<RequestResult>
override
httpOptions(String url, [RequestOptions? options]) Future<RequestResult>
override
httpPatch<T>(String url, T data, [RequestOptions? options]) Future<RequestResult>
override
httpPost<T>(String url, T data, [RequestOptions? options]) Future<RequestResult>
override
httpPut<T>(String url, T data, [RequestOptions? options]) Future<RequestResult>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(dynamic data) String
toString() String
A string representation of this object.
inherited

Operators

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