builder method
Implementation
CommandBuilder builder({required ProviderInfo? parent}) =>
CommandBuilder(command: this, parent: parent);
CommandBuilder builder({required ProviderInfo? parent}) =>
CommandBuilder(command: this, parent: parent);