FriendApplicationInfo constructor

FriendApplicationInfo({
  1. String? fromUserID,
  2. String? fromNickname,
  3. String? fromFaceURL,
  4. String? toUserID,
  5. String? toNickname,
  6. String? toFaceURL,
  7. int? handleResult,
  8. String? reqMsg,
  9. int? createTime,
  10. String? handlerUserID,
  11. String? handleMsg,
  12. int? handleTime,
  13. String? ex,
})

Implementation

FriendApplicationInfo(
    {this.fromUserID,
    this.fromNickname,
    this.fromFaceURL,
    this.toUserID,
    this.toNickname,
    this.toFaceURL,
    this.handleResult,
    this.reqMsg,
    this.createTime,
    this.handlerUserID,
    this.handleMsg,
    this.handleTime,
    this.ex});