AccountWithRestoreAccess constructor

AccountWithRestoreAccess({
  1. String? accountAlias,
  2. String? accountId,
})

Implementation

AccountWithRestoreAccess({
  this.accountAlias,
  this.accountId,
});