VoiceSignalPresence class
- Inheritance
-
- Object
- VoiceSignal
- VoiceSignalPresence
Constructors
- VoiceSignalPresence({required String member, required VoicePresence state, required VoiceToggle? kind, required VoiceRole? role})
-
const
-
VoiceSignalPresence.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → VoiceToggle?
-
Which toggle, when
stateis`PresenceState::On`or`PresenceState::Off`.final - member → String
-
Who this is about.
final
- role → VoiceRole?
-
The role granted, when
stateis`PresenceState::Joined`in a$room.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → VoicePresence
-
What changed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited