Could you help me? I'm also stuck there and I get 2 errors:
_Extra argument 'data' in call
Missing arguments for parameters 'title', 'attendees', 'lengthInMinutes', 'theme' in call
_
Where should I add your comment " init(data: Data) { id = UUID() title = data.title attendees = data.attendees lengthInMinutes = Int(data.lengthInMinutes) theme = data.theme } "