AccountAccess constructor

AccountAccess({
  1. String? uniqueId,
  2. bool? authorized,
})

Implementation

AccountAccess({
  this.uniqueId,
  this.authorized,
});