SeedData constructor
SeedData({ - String? member,
- String? host,
- EventType? eventType,
- List<Participant>? participants,
- List<Message>? messages,
- List<Poll>? polls,
- List<List<BreakoutParticipant>>? breakoutRooms,
- List<Request>? requests,
- List<WaitingRoomParticipant>? waitingList,
- List<WhiteboardUser>? whiteboardUsers,
})
Implementation
SeedData({
this.member,
this.host,
this.eventType,
this.participants,
this.messages,
this.polls,
this.breakoutRooms,
this.requests,
this.waitingList,
this.whiteboardUsers,
});