AnonymousLoginParams constructor

AnonymousLoginParams({
  1. String? targetType,
  2. String? targetId,
  3. String? targetVersionId,
  4. Map<String, dynamic>? userVariables,
  5. bool? reconnection,
  6. UserAgent? userAgent,
  7. String? sessionId,
})

Implementation

AnonymousLoginParams({
  this.targetType,
  this.targetId,
  this.targetVersionId,
  this.userVariables,
  this.reconnection,
  this.userAgent,
  this.sessionId,
});