MissingCustomsException constructor

MissingCustomsException({
  1. String? message,
})

Implementation

MissingCustomsException({
  this.message,
});