EncryptedUserId constructor

EncryptedUserId({
  1. String? encryptedId,
  2. String? entityId,
  3. String? entityType,
  4. String? source,
})

Implementation

EncryptedUserId({
  this.encryptedId,
  this.entityId,
  this.entityType,
  this.source,
});