BadContextError constructor

BadContextError(
  1. String reason,
  2. String key, [
  3. StackTrace? stackTrace
])

Implementation

BadContextError(String reason, this.key, [StackTrace? stackTrace])
    : super('Bad context: $reason', stackTrace);