UserInfo constructor

UserInfo(
  1. String code,
  2. String appId,
  3. String secret
)

Implementation

UserInfo(this.code, this.appId, this.secret);