actions property

  1. @JsonKey(defaultValue: [])
List<Action> actions
final

Actions from a command

Implementation

@JsonKey(defaultValue: [])
final List<Action> actions;