actionNames property

List<String?> actionNames

Returns a list of the names of the actions See Action.name

Implementation

List<String?> get actionNames => actions.map((x) => x.name).toList();