V2TimFriendApplication constructor

V2TimFriendApplication(
  1. String? userID,
  2. String? nickname,
  3. String? faceUrl,
  4. int? addTime,
  5. String? addSource,
  6. String? addWording,
  7. int? type,
)

Implementation

V2TimFriendApplication(
  this.userID,
  this.nickname,
  this.faceUrl,
  this.addTime,
  this.addSource,
  this.addWording,
  this.type,
);