InvalidParameterException constructor

const InvalidParameterException(
  1. String parameterName,
  2. dynamic value,
  3. String message
)

Implementation

const InvalidParameterException(
    this.parameterName, this.value, super.message);