AccountInfo constructor
const
AccountInfo({})
Implementation
const AccountInfo({
required this.accountUuid,
required this.emailAddress,
this.organizationUuid,
this.organizationName,
this.organizationRole,
this.workspaceRole,
this.displayName,
this.hasExtraUsageEnabled,
this.billingType,
this.accountCreatedAt,
this.subscriptionCreatedAt,
});