TokenData constructor

TokenData({
  1. String? expirationTime,
  2. String? licenseArn,
  3. List<String>? roleArns,
  4. String? status,
  5. String? tokenId,
  6. List<String>? tokenProperties,
  7. String? tokenType,
})

Implementation

TokenData({
  this.expirationTime,
  this.licenseArn,
  this.roleArns,
  this.status,
  this.tokenId,
  this.tokenProperties,
  this.tokenType,
});