CommandBuilder constructor

const CommandBuilder({
  1. required Command command,
  2. required ProviderInfo? parent,
})

Implementation

const CommandBuilder({required this.command, required this.parent});