actions property

  1. @TagNumber(1)
PbList<Action> get actions

/ List of actions.

Implementation

@$pb.TagNumber(1)
$pb.PbList<Action> get actions => $_getList(0);