NiceParticipant constructor
Implementation
const NiceParticipant({
required this.id,
required this.name,
this.email,
this.avatar,
this.rsvp = NiceRsvpStatus.pending,
this.registeredAt,
this.role = 'attendee',
});
const NiceParticipant({
required this.id,
required this.name,
this.email,
this.avatar,
this.rsvp = NiceRsvpStatus.pending,
this.registeredAt,
this.role = 'attendee',
});