SubCommandBuilder constructor

SubCommandBuilder(
  1. String label,
  2. String description,
  3. Function _method
)

Implementation

SubCommandBuilder(String label, String description, this._method): super(label, description, null);