ProviderException constructor

ProviderException({
  1. required Type type,
  2. String? message,
  3. StackTrace? trace,
})

Implementation

ProviderException({ required this.type, this.message, this.trace });