ModifyCoHostSettingsOptions class
Defines the options for modifying co-host settings.
Constructors
-
ModifyCoHostSettingsOptions({required String roomName, ShowAlert? showAlert, required String selectedParticipant, required String coHost, required List<
CoHostResponsibility> coHostResponsibility, required void updateIsCoHostModalVisible(bool), required void updateCoHostResponsibility(List<CoHostResponsibility> ), required void updateCoHost(String), Socket? socket})
Properties
- coHost → String
-
final
-
coHostResponsibility
→ List<
CoHostResponsibility> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- roomName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedParticipant → String
-
final
- showAlert → ShowAlert?
-
final
- socket → Socket?
-
final
- updateCoHost → void Function(String)
-
final
-
updateCoHostResponsibility
→ void Function(List<
CoHostResponsibility> ) -
final
- updateIsCoHostModalVisible → void Function(bool)
-
final
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