CommandBuilder constructor
const
CommandBuilder({
- required Command command,
- required ProviderInfo? parent,
Implementation
const CommandBuilder({required this.command, required this.parent});