AccountTicket constructor

AccountTicket({
  1. Account? account,
  2. String? id,
  3. String? kind,
  4. Profile? profile,
  5. String? redirectUri,
  6. Webproperty? webproperty,
})

Implementation

AccountTicket({
  this.account,
  this.id,
  this.kind,
  this.profile,
  this.redirectUri,
  this.webproperty,
});