ProvidedValueNotFoundException constructor

const ProvidedValueNotFoundException({
  1. required Type type,
  2. required ProviderContext context,
})

Implementation

const ProvidedValueNotFoundException({required this.type, required this.context});