ArgumentException constructor

const ArgumentException(
  1. String message
)

Constructor to initialize the exception with a specific message.

Implementation

const ArgumentException(this.message);