Map<String, dynamic> toJson() { return { 'id': id, 'name': name, 'properties': properties, 'occurredAt': occurredAt.toIso8601String(), }; }