Property getter and setter for actions:
@override List<IButtonContent>? get actions => _actions;
@override set actions(List<IButtonContent>? actions) { this._actions = actions; wrapped['actions'] = jsonLiteral(actions); }