SubjectConfiguration constructor

const SubjectConfiguration({
  1. String? userId,
  2. String? networkUserId,
  3. String? domainUserId,
  4. String? userAgent,
  5. String? ipAddress,
  6. String? timezone,
  7. String? language,
  8. Size? screenResolution,
  9. Size? screenViewport,
  10. double? colorDepth,
})

Implementation

const SubjectConfiguration(
    {this.userId,
    this.networkUserId,
    this.domainUserId,
    this.userAgent,
    this.ipAddress,
    this.timezone,
    this.language,
    this.screenResolution,
    this.screenViewport,
    this.colorDepth});