ConversationHistoryTwilioPhoneCallModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- ConversationHistoryTwilioPhoneCallModel({required ConversationHistoryTwilioPhoneCallModelDirection direction, required String phoneNumberId, required String agentNumber, required String externalNumber, required String type, required String streamSid, required String callSid})
-
const
-
ConversationHistoryTwilioPhoneCallModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- agentNumber → String
-
final
- callSid → String
-
final
- direction → ConversationHistoryTwilioPhoneCallModelDirection
-
final
- externalNumber → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- phoneNumberId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamSid → String
-
final
- type → String
-
final
Methods
-
copyWith(
{ConversationHistoryTwilioPhoneCallModelDirection? direction, String? phoneNumberId, String? agentNumber, String? externalNumber, String? type, String? streamSid, String? callSid}) → ConversationHistoryTwilioPhoneCallModel -
Available on ConversationHistoryTwilioPhoneCallModel, provided by the $ConversationHistoryTwilioPhoneCallModelExtension extension
-
copyWithWrapped(
{Wrapped< ConversationHistoryTwilioPhoneCallModelDirection> ? direction, Wrapped<String> ? phoneNumberId, Wrapped<String> ? agentNumber, Wrapped<String> ? externalNumber, Wrapped<String> ? type, Wrapped<String> ? streamSid, Wrapped<String> ? callSid}) → ConversationHistoryTwilioPhoneCallModel -
Available on ConversationHistoryTwilioPhoneCallModel, provided by the $ConversationHistoryTwilioPhoneCallModelExtension 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 ConversationHistoryTwilioPhoneCallModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ConversationHistoryTwilioPhoneCallModel instance)