NIMFriend constructor

NIMFriend({
  1. String? userId,
  2. String? alias,
  3. String? ext,
  4. String? serverExt,
})

Implementation

NIMFriend({this.userId, this.alias, this.ext, this.serverExt});