StatsigUser constructor

StatsigUser({
  1. String userId = "",
  2. String? email,
  3. String? ip,
  4. String? country,
  5. String? locale,
  6. String? appVersion,
  7. Map<String, dynamic>? custom,
  8. Map<String, String>? customIds,
  9. Map<String, dynamic>? privateAttributes,
})

Implementation

StatsigUser(
    {this.userId = "",
    this.email,
    this.ip,
    this.country,
    this.locale,
    this.appVersion,
    this.custom,
    this.customIds,
    this.privateAttributes});