WechatLoginResponse constructor Null safety
- {required WechatLoginErrorCode errorCode,
- WechatResponse? response}
Implementation
WechatLoginResponse({required this.errorCode, this.response});
WechatLoginResponse({required this.errorCode, this.response});