ParameterMissingException constructor

const ParameterMissingException(
  1. String message
)

Implementation

const ParameterMissingException(this.message);