FalkonClientConfig constructor
const
FalkonClientConfig({})
Implementation
const FalkonClientConfig({
required this.baseUrl,
this.defaultHeaders = const {'Content-Type': 'application/json; charset=utf-8'},
this.timeout = const Duration(seconds: 30),
this.maxRetries = 0,
this.interceptors = const [],
this.parseErrorBodies = false,
});