UserAccountInfo constructor

const UserAccountInfo({
  1. String? subscription,
  2. String? tokenSource,
  3. ApiKeySource? apiKeySource,
  4. String? organization,
  5. String? email,
})

Implementation

const UserAccountInfo({
  this.subscription,
  this.tokenSource,
  this.apiKeySource,
  this.organization,
  this.email,
});