AccountIdentityType constructor

AccountIdentityType({
  1. bool? selfIdentified,
})

Implementation

AccountIdentityType({
  this.selfIdentified,
});