HandledJsonWidgetException constructor
HandledJsonWidgetException(
- dynamic cause,
- StackTrace? stackTrace, {
- dynamic data,
Implementation
HandledJsonWidgetException(
this.cause,
this.stackTrace, {
this.data,
});