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