MissingParameterExeception constructor

const MissingParameterExeception(
  1. String parameterName
)

Implementation

const MissingParameterExeception(this.parameterName);