InvalidArgument constructor

InvalidArgument({
  1. String? message,
})

Implementation

InvalidArgument({
  this.message,
});