GrowthBookUserAttributes constructor
const
GrowthBookUserAttributes({})
Implementation
const GrowthBookUserAttributes({
required this.id,
required this.sessionId,
required this.deviceId,
required this.platform,
this.apiBaseUrlHost,
this.organizationUuid,
this.accountUuid,
this.userType,
this.subscriptionType,
this.rateLimitTier,
this.firstTokenTime,
this.email,
this.appVersion,
});