InvalidArgumentException constructor

const InvalidArgumentException(
  1. String message
)

Implementation

const InvalidArgumentException(this.message);