AtKeyNotFoundException constructor

AtKeyNotFoundException(
  1. String message, {
  2. Intent? intent,
  3. ExceptionScenario? exceptionScenario,
})

Implementation

AtKeyNotFoundException(String message,
    {Intent? intent, ExceptionScenario? exceptionScenario})
    : super.message(message,
          intent: intent, exceptionScenario: exceptionScenario);