PostRequestBuilderAdapter class

Inheritance

Constructors

PostRequestBuilderAdapter(HttpMethod _method, String _baseUrl, String _url, Map<String, String> _headers)

Properties

hashCode int
The hash code for this object.
no setterinherited
httpBaseUrl String
finalinherited
httpFiles List<MultipartFile>
finalinherited
httpHeaders Map<String, String>
finalinherited
httpMethod HttpMethod
finalinherited
httpPayload ↔ dynamic
getter/setter pairinherited
httpUrl String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() Future<Response>
override
files(List<MultipartFile> files) PostRequestBuilderAdapter
headers(Map<String, String> headers) PostRequestBuilderAdapter
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payload(dynamic fields) PostRequestBuilderAdapter
toString() String
A string representation of this object.
inherited

Operators

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