ContextError constructor

ContextError(
  1. Context context,
  2. ContextErrorKind kind,
  3. String message, {
  4. ContextError? additional,
})

Implementation

ContextError(this.context, this.kind, this.message, {this.additional});