TwilioVoiceFlutterCall constructor
const
TwilioVoiceFlutterCall({})
Constructor to initialize all the required properties
Implementation
const TwilioVoiceFlutterCall({
required this.id,
required this.fromDisplayName,
required this.toDisplayName,
required this.mute,
required this.speaker,
required this.status,
required this.outgoing,
required this.to,
required this.toPhotoURL,
});