UMShareUserInfo constructor

UMShareUserInfo(
  1. String? uid,
  2. String? openid,
  3. String? accessToken,
  4. String? refreshToken,
  5. String? expiration,
  6. String? name,
  7. String? iconurl,
  8. String? unionGender,
  9. Map? originalResponse,
  10. String? error,
)

Implementation

UMShareUserInfo(
    this.uid,
    this.openid,
    this.accessToken,
    this.refreshToken,
    this.expiration,
    this.name,
    this.iconurl,
    this.unionGender,
    this.originalResponse,
    this.error);