SeedData class

Constructors

SeedData.new({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})
SeedData.fromMap(Map<String, dynamic> map)
factory

Properties

breakoutRooms ↔ List<List<BreakoutParticipant>>?
getter/setter pair
eventType ↔ EventType?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
host ↔ String?
getter/setter pair
member ↔ String?
getter/setter pair
messages ↔ List<Message>?
getter/setter pair
participants ↔ List<Participant>?
getter/setter pair
polls ↔ List<Poll>?
getter/setter pair
requests ↔ List<Request>?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
waitingList ↔ List<WaitingRoomParticipant>?
getter/setter pair
whiteboardUsers ↔ List<WhiteboardUser>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited