IdentityError constructor

IdentityError({
  1. String? code,
  2. String? description,
})

Implementation

IdentityError({
  this.code,
  this.description,
});