AutoInjectorException constructor Null safety
- String message,
- [StackTrace? stackTrace]
AutoInjecton Exception with ToString auto configurated
Implementation
const AutoInjectorException(this.message, [this.stackTrace]);
AutoInjecton Exception with ToString auto configurated
const AutoInjectorException(this.message, [this.stackTrace]);