InvalidArnException constructor

InvalidArnException({
  1. String? message,
})

Implementation

InvalidArnException({
  this.message,
});