BaseUploadAPIInput class abstract

Inheritance
Available extensions

Constructors

BaseUploadAPIInput({required UploadFileAPIData uploadData, HTTPMethod method = HTTPMethod.post, bool requireAccessToken = false})

Properties

accessToken String?
finalinherited
baseUrl String
no setterinherited
connectTimeout Duration
no setterinherited
data Future<FormData>
no setteroverride
description String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
no setteroverride
method HTTPMethod
finalinherited
password String?
finalinherited
path String
no setterinherited
queryParameters Params?
no setterinherited
receiveTimeOut Duration
no setterinherited
requireAccessToken bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendTimeout Duration
no setterinherited
uploadData UploadFileAPIData
final
user String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRequestOptions([NetworkRequestOptions? options]) → RequestOptions

Available on BaseAPIInput, provided by the RestRequestOptionExt extension

toRequestOptions([NetworkRequestOptions? options]) Future<RequestOptions>

Available on BaseUploadAPIInput, provided by the UploadRequestOptionExt extension

toString() String
A string representation of this object.
inherited

Operators

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