OutboundCallRecipient class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

OutboundCallRecipient({dynamic id, required String phoneNumber, dynamic conversationInitiationClientData})
const
OutboundCallRecipient.fromJson(Map<String, dynamic> json)
factory

Properties

conversationInitiationClientData → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
id → dynamic
final
phoneNumber String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({dynamic id, String? phoneNumber, dynamic conversationInitiationClientData}) OutboundCallRecipient

Available on OutboundCallRecipient, provided by the $OutboundCallRecipientExtension extension

copyWithWrapped({Wrapped? id, Wrapped<String>? phoneNumber, Wrapped? conversationInitiationClientData}) OutboundCallRecipient

Available on OutboundCallRecipient, provided by the $OutboundCallRecipientExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const OutboundCallRecipient Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(OutboundCallRecipient instance)