allCommands property
List<SimpleCommand>
get
allCommands
All simple commands across all pipelines.
Implementation
List<SimpleCommand> get allCommands =>
entries.expand((e) => e.pipeline.commands).toList();