ArgumentException constructor
const
ArgumentException(
- String message, [
- Exception? innerException,
- StackTrace? innerStackTrace
Implementation
const ArgumentException(this.message,
[this.innerException, this.innerStackTrace]);