builder method

CommandBuilder builder({
  1. required ProviderInfo? parent,
})

Implementation

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