ProductAccess constructor

ProductAccess({
  1. bool? statements,
  2. bool? identity,
  3. bool? auth,
  4. bool? transactions,
})

Implementation

ProductAccess({
  this.statements,
  this.identity,
  this.auth,
  this.transactions,
});