Participant class
The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.
Constructors
- Participant({String? phoneNumber, String? proxyPhoneNumber})
-
Participant.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber → String?
-
The participant's phone number.
final
- proxyPhoneNumber → String?
-
The participant's proxy phone number.
final
- 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