SipAccount constructor

SipAccount({
  1. required String sipUserName,
  2. required String sipPassword,
})

Implementation

SipAccount({required this.sipUserName, required this.sipPassword});