ContactInfo constructor

ContactInfo(
  1. NIMUser user, {
  2. NIMFriend? friend,
  3. bool? isInBlack,
})

Implementation

ContactInfo(this.user, {this.friend, this.isInBlack});