AccountIdentity constructor

AccountIdentity({
  1. List<Owner>? owners,
})

Implementation

AccountIdentity({
  this.owners,
});