InvalidParametersException constructor

const InvalidParametersException(
  1. String message
)

Implementation

const InvalidParametersException(this.message);