CommandLineUsageException constructor

CommandLineUsageException({
  1. String message = '',
  2. String argumentName = '',
  3. String argumentValue = '',
})

Implementation

CommandLineUsageException({
  this.message = '',
  this.argumentName = '',
  this.argumentValue = '',
});