PhonePhoneCall constructor
const
PhonePhoneCall({
- required PhoneCallBase phoneCall,
- required List<
UserBase> users,
Phone Phone Call constructor.
Implementation
const PhonePhoneCall({required this.phoneCall, required this.users})
: super._();