BaseAPIInput class sealed

Implementers
Available extensions

Properties

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

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

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

Operators

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