ParameterException constructor

const ParameterException(
  1. String message,
  2. String parameterName,
  3. String? expectedType
)

Implementation

const ParameterException(
    super.message, this.parameterName, this.expectedType);