bpCommandKeysDirect property

List<String> get bpCommandKeysDirect

Implementation

List<String> get bpCommandKeysDirect => inProgressDirectActions.entries.map((entry) => entry.key).toList();