ReactterInstanceNotFoundException constructor

const ReactterInstanceNotFoundException(
  1. Type valueType,
  2. Type widgetType
)

Implementation

const ReactterInstanceNotFoundException(
  this.valueType,
  this.widgetType,
);