UpdatePhoneCall constructor

const UpdatePhoneCall({
  1. required PhoneCallBase phoneCall,
})

Update Phone Call constructor.

Implementation

const UpdatePhoneCall({
  required this.phoneCall,
}) : super._();