InvalidParameterException constructor

const InvalidParameterException(
  1. String? message
)

Implementation

const InvalidParameterException(super.message);