NyCommand constructor

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

Implementation

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