getCommands method

List<Map<String, dynamic>> getCommands()

get current list of commands

Implementation

List<Map<String, dynamic>> getCommands() {
  return _commands;
}