Map<String, dynamic> toJson() => { 'tag': tag, 'title': title, 'body': body, 'cabinetID': cabinetID, 'error': error, 'date': date.toIso8601String() };