ArgumentException constructor

const ArgumentException(
  1. String message, [
  2. Exception? innerException,
  3. StackTrace? innerStackTrace
])

Implementation

const ArgumentException(this.message,
    [this.innerException, this.innerStackTrace]);