WeixinAuthInfo constructor
WeixinAuthInfo({})
Implementation
WeixinAuthInfo(
{this.unionId = '',
this.gender = '',
this.openId = '',
this.portrait = '',
this.nickName = '',
this.province = '',
this.city = '',
this.country = '',
Map<String, dynamic>? json});