FriendApplicationInfo constructor

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

Implementation

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