UsageException constructor

UsageException(
  1. String message,
  2. String usage
)

Implementation

UsageException(this.message, this.usage);