Map<String, dynamic> toJson() { final actionNames = this.actionNames; return { 'actionNames': actionNames, }; }