UserAccountInfo constructor
const
UserAccountInfo({
- String? subscription,
- String? tokenSource,
- ApiKeySource? apiKeySource,
- String? organization,
- String? email,
Implementation
const UserAccountInfo({
this.subscription,
this.tokenSource,
this.apiKeySource,
this.organization,
this.email,
});