UserInfoResponse constructor

UserInfoResponse(
  1. String? openid,
  2. String? nickname,
  3. int? sex,
  4. String? province,
  5. String? city,
  6. String? country,
  7. String? headimgurl,
  8. String? unionid,
)

Implementation

UserInfoResponse(this.openid, this.nickname, this.sex, this.province,
    this.city, this.country, this.headimgurl, this.unionid);