WechatLoginResponse constructor

WechatLoginResponse({
  1. required WechatLoginErrorCode errorCode,
  2. WechatResponse? response,
})

Implementation

WechatLoginResponse({required this.errorCode, this.response});