WechatLoginResponse constructor Null safety

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

Implementation

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