PhonePhoneCall constructor

const PhonePhoneCall({
  1. required PhoneCallBase phoneCall,
  2. required List<UserBase> users,
})

Phone Phone Call constructor.

Implementation

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