ReactterContextNotFoundException constructor

ReactterContextNotFoundException(
  1. Type valueType,
  2. Type widgetType
)

Create a ProviderNotFound error with the type represented as a String.

Implementation

ReactterContextNotFoundException(
  this.valueType,
  this.widgetType,
);