ProviderException.duplicateRegistration constructor
ProviderException.duplicateRegistration({
- required Type type,
- StackTrace? trace,
Implementation
ProviderException.duplicateRegistration({required this.type, this.trace}) : message = "Duplicate provider registration of $type";