Members constructor

Members({
  1. String? contactId,
  2. String? agentId,
  3. String? fullName,
  4. String? avatar,
  5. String? gender,
  6. String? status,
  7. String? sipUser,
})

Implementation

Members({
  this.contactId,
  this.agentId,
  this.fullName,
  this.avatar,
  this.gender,
  this.status,
  this.sipUser,
});