ChatCallMember class
Member of a ChatCall.
- Annotations
Constructors
- ChatCallMember({required User user, required bool handRaised, required PreciseDateTime joinedAt})
-
ChatCallMember.fromJson(Map<
String, dynamic> json) -
Constructs a ChatCallMember from the provided
json
.factory
Properties
- handRaised ↔ bool
-
Indicator whether this ChatCallMember raised a hand.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- joinedAt → PreciseDateTime
-
PreciseDateTime when this ChatCallMember joined the ChatCall.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user → User
-
User representing this ChatCallMember.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a Map representing this ChatCallMember.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override