list property

Iterable<Command> get list

Implementation

static Iterable<Command> get list => values.map((e) => e.command);