KeyNotFoundException constructor

KeyNotFoundException(
  1. dynamic message, {
  2. Intent? intent,
  3. ExceptionScenario? exceptionScenario,
})

Implementation

KeyNotFoundException(message,
    {Intent? intent, ExceptionScenario? exceptionScenario})
    : super(message, intent: intent, exceptionScenario: exceptionScenario);