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