MissingParameterException constructor

const MissingParameterException(
  1. String? message
)

Implementation

const MissingParameterException(super.message);