AccountModel constructor

AccountModel({
  1. String sipServer = "",
  2. String sipExtension = "",
  3. String sipPassword = "",
  4. int? expireTime,
})

Implementation

AccountModel({
  this.sipServer = "",
  this.sipExtension = "",
  this.sipPassword = "",
  this.expireTime,
});