Map<String, dynamic> toMap() { return { 'id': id, 'address': address, 'body': body, 'date': date.millisecondsSinceEpoch, 'type': type.index, }; }