Token constructor
      
      Token({})
     
    
    
Implementation
Token({
  this.anonymous,
  this.clientId,
  this.displayText,
  this.etag,
  this.kind,
  this.nativeApp,
  this.scopes,
  this.userKey,
});Token({
  this.anonymous,
  this.clientId,
  this.displayText,
  this.etag,
  this.kind,
  this.nativeApp,
  this.scopes,
  this.userKey,
});