WechatId constructor

const WechatId({
  1. String? accessToken,
  2. int? expiresIn,
  3. String? refreshToken,
  4. String? openid,
  5. String? scope,
  6. String? unionid,
})

Implementation

const WechatId(
    {this.accessToken,
    this.expiresIn,
    this.refreshToken,
    this.openid,
    this.scope,
    this.unionid})
    : super();