TokenResult constructor

TokenResult({
  1. int? resultType,
  2. int? resultCode,
  3. String? accessToken,
  4. String? mobile,
  5. String? operatorType,
  6. String? gwAuth,
  7. String? platform,
  8. String? originResult,
})

Implementation

TokenResult(
    {this.resultType,
      this.resultCode,
      this.accessToken,
      this.mobile,
      this.operatorType,
      this.gwAuth,
      this.platform,
      this.originResult});