NyCommand constructor

NyCommand({
  1. String? name,
  2. String? category,
  3. Function? action,
})

Implementation

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