ContactInfo constructor
ContactInfo(
- NIMUser user, {
- NIMFriend? friend,
- bool? isInBlack,
Implementation
ContactInfo(this.user, {this.friend, this.isInBlack});