IdentitySelector constructor

IdentitySelector({
  1. String? identity,
})

Implementation

IdentitySelector({
  this.identity,
});