actions property

List<IButtonContent>? actions

Property getter and setter for actions:

Implementation

List<IButtonContent>? get actions;
void actions=(List<IButtonContent>? actions)

Implementation

set actions(List<IButtonContent>? actions);