all property

List<AFCommand> get all

All visible commands.

Implementation

List<AFCommand> get all {
  return commands;
}