UnprocessedIdentityId constructor

UnprocessedIdentityId({
  1. ErrorCode? errorCode,
  2. String? identityId,
})

Implementation

UnprocessedIdentityId({
  this.errorCode,
  this.identityId,
});