Map<String, dynamic> toJson() => { 'action': action.name, if (content != null) 'content': content, };