HandledJsonWidgetException constructor

HandledJsonWidgetException(
  1. dynamic cause,
  2. StackTrace? stackTrace, {
  3. dynamic data,
})

Implementation

HandledJsonWidgetException(
  this.cause,
  this.stackTrace, {
  this.data,
});