ProviderNullException constructor

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

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

Implementation

ProviderNullException(this.valueType, this.widgetType);