ErrorHandlingSettingsFallbackResponseConfig constructor

ErrorHandlingSettingsFallbackResponseConfig({
  1. Map<String, String>? customFallbackMessages,
  2. int? maxFallbackAttempts,
})

Implementation

ErrorHandlingSettingsFallbackResponseConfig({
  this.customFallbackMessages,
  this.maxFallbackAttempts,
});