ProviderNotFoundError constructor

ProviderNotFoundError(Type valueType, Type widgetType)

Implementation

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