InvalidParameterValueException constructor

InvalidParameterValueException({
  1. String? type,
  2. String? message,
})

Implementation

InvalidParameterValueException({
  this.type,
  this.message,
});