CoGuestState class abstract

Co-hosting related state data provided by CoGuestStore

Constructors

CoGuestState()

Properties

applicants → ValueListenable<List<LiveUserInfo>>
List of users who applied for co-hosting received by anchor.
no setter
candidates → ValueListenable<List<LiveUserInfo>>
List of candidate users for co-hosting.
no setter
connected → ValueListenable<List<SeatUserInfo>>
List of users already on seats.
no setter
hashCode int
The hash code for this object.
no setterinherited
invitees → ValueListenable<List<LiveUserInfo>>
List of users invited by anchor.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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