CreateTokenResponse constructor

CreateTokenResponse({
  1. String? token,
  2. String? tokenId,
  3. TokenType? tokenType,
})

Implementation

CreateTokenResponse({
  this.token,
  this.tokenId,
  this.tokenType,
});