TClientOptions class

Constructors

TClientOptions({String baseUrl = '', Map<String, String> headers = const {}, Duration connectTimeout = const Duration(seconds: 10), Duration sendTimeout = const Duration(seconds: 30), Duration receiveTimeout = const Duration(seconds: 30), String? proxy})
const

Properties

baseUrl String
final
connectTimeout Duration
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
final
proxy String?
final
receiveTimeout Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendTimeout Duration
final

Methods

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