Map<String, dynamic> toJson() { return { 'title': title, 'pageIndex': pageIndex, 'date': date?.toString(), 'uuid': uuid, }; }