WeChatResult constructor
const
WeChatResult({
- String? message,
- int? statusCode,
- WechatId? wechatId,
- WechatUserinfo? wechatUserinfo,
Implementation
const WeChatResult(
{this.message, this.statusCode, this.wechatId, this.wechatUserinfo})
: super();