RestClientBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRequestConverter(RestRequestConverter converter) RestClientBuilder
Use this method to add request converters to RestClient
addRequestMiddleware(RestMiddleware<RestRowRequest> middleware) RestClientBuilder
Use this method to add request middlewares to RestClient
addResponseConverter(RestResponseConverter converter) RestClientBuilder
Use this method to add response converters to RestClient
addResponseMiddleware(RestMiddleware<RestRowResponse> middleware) RestClientBuilder
Use this method to add response middlewares to RestClient
build() RestClient
Call this method at the end of the RestClient configuration to get the RestClient's instance.
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