UpdatedCoHostOptions class
Represents the options for updating co-host status and responsibilities.
Constructors
-
UpdatedCoHostOptions({required String coHost, required List<
CoHostResponsibility> coHostResponsibility, ShowAlert? showAlert, required EventType eventType, required String islevel, required String member, required bool youAreCoHost, required void updateCoHost(String), required void updateCoHostResponsibility(List<CoHostResponsibility> ), required void updateYouAreCoHost(bool)})
Properties
- coHost → String
-
final
-
coHostResponsibility
→ List<
CoHostResponsibility> -
final
- eventType → EventType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- islevel → String
-
final
- member → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlert → ShowAlert?
-
final
- updateCoHost → void Function(String)
-
final
-
updateCoHostResponsibility
→ void Function(List<
CoHostResponsibility> ) -
final
- updateYouAreCoHost → void Function(bool)
-
final
- youAreCoHost → 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