FlutterTwilioCall constructor
FlutterTwilioCall({})
Implementation
FlutterTwilioCall({
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,
});