Map<String, dynamic> toJson() => { if (title != null) "title": title, if (body != null) "body": body, };