NyCommand constructor

NyCommand({
  1. String? name,
  2. int? options,
  3. List<String>? arguments,
  4. String? category,
  5. Function? action,
})

Implementation

NyCommand(
    {this.name, this.options, this.arguments, this.category, this.action});