ProviderException constructor
ProviderException({
- required Type type,
- String? message,
- StackTrace? trace,
Implementation
ProviderException({ required this.type, this.message, this.trace });