TokenResponseModel constructor

TokenResponseModel({
  1. String? token,
  2. int? storeId,
  3. String? executeUrl,
  4. String? tokenType,
  5. int? spCode,
  6. String? message,
  7. String? tokenCreateTime,
  8. int? expiresIn,
})

Implementation

TokenResponseModel(
    {this.token,
    this.storeId,
    this.executeUrl,
    this.tokenType,
    this.spCode,
    this.message,
    this.tokenCreateTime,
    this.expiresIn});