IdentityDescription constructor

IdentityDescription({
  1. DateTime? creationDate,
  2. String? identityId,
  3. DateTime? lastModifiedDate,
  4. List<String>? logins,
})

Implementation

IdentityDescription({
  this.creationDate,
  this.identityId,
  this.lastModifiedDate,
  this.logins,
});