BaseRestAPIInput class abstract

Inheritance
Available extensions

Constructors

BaseRestAPIInput({required HTTPMethod method, bool requireAccessToken = false})

Properties

accessToken String?
finalinherited
baseUrl String
no setterinherited
connectTimeout Duration
no setterinherited
data → dynamic
no setterinherited
description String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
finalinherited
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
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

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

Operators

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