InvalidCustomsException constructor

InvalidCustomsException({
  1. String? message,
})

Implementation

InvalidCustomsException({
  this.message,
});