TClientOptions constructor
Implementation
const TClientOptions({
this.baseUrl = '',
this.headers = const {},
this.connectTimeout = const Duration(seconds: 10),
this.sendTimeout = const Duration(seconds: 30),
this.receiveTimeout = const Duration(seconds: 30),
this.proxy,
});