AutoInjectorException constructor Null safety

const AutoInjectorException(
  1. String message,
  2. [StackTrace? stackTrace]
)

AutoInjecton Exception with ToString auto configurated

Implementation

const AutoInjectorException(this.message, [this.stackTrace]);