ContextError constructor
ContextError(
- Context context,
- ContextErrorKind kind,
- String message, {
- ContextError? additional,
Creates a new context error.
Implementation
ContextError(this.context, this.kind, this.message, {this.additional});