commandNames property

List<String> get commandNames

The names of the app-defined commands.

Implementation

static List<String> get commandNames => commands.keys.toList();