ProviderNotFoundException constructor

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

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

Implementation

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