attendees property

List<Attendee>? attendees
final

A list of Attendee objects representing the attendees of the event.

Can be null if the attendees are unknown or not provided.

Implementation

final List<Attendee>? attendees;