TwilioVoiceFlutterCall class

Constructors

TwilioVoiceFlutterCall.new({required String id, required String fromDisplayName, required String toDisplayName, required bool mute, required bool speaker, required TwilioVoiceFlutterStatus status, required bool outgoing, required String to, required String toPhotoURL})
Constructor to initialize all the required properties
const
TwilioVoiceFlutterCall.fromMap(Map<String, dynamic> data)
Factory method to create an instance of TwilioVoiceFlutterCall from a map of dynamic data
factory

Properties

fromDisplayName String
Display name of the caller
final
hashCode int
The hash code for this object.
no setterinherited
id String
The call sid is null until the call is in RINGING state.
final
mute bool
Boolean indicating if the call is muted
final
outgoing bool
Boolean indicating if the call is outgoing or incoming
final
props List<Object?>
Overriding Equatable props to include properties for comparison
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speaker bool
Boolean indicating if the speaker mode is enabled
final
status TwilioVoiceFlutterStatus
Current status of the call (using TwilioVoiceFlutterStatus)
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
to String
Identifier of the receiver
final
toDisplayName String
Display name of the receiver
final
toPhotoURL String
Photo URL of the receiver
final

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