RegisterUserPerms constructor

const RegisterUserPerms({
  1. bool sell = false,
  2. bool cancel = false,
  3. bool articles = false,
  4. bool layout = false,
  5. bool reports = false,
  6. bool takeover = false,
  7. bool drawer = false,
  8. bool discount = false,
  9. bool tipAssign = false,
  10. RegisterScope cancelScope = RegisterScope.none,
  11. RegisterScope receiptsScope = RegisterScope.all,
  12. Map<String, bool> weitere = const {},
})

Implementation

const RegisterUserPerms({
  this.sell = false,
  this.cancel = false,
  this.articles = false,
  this.layout = false,
  this.reports = false,
  this.takeover = false,
  this.drawer = false,
  this.discount = false,
  this.tipAssign = false,
  this.cancelScope = RegisterScope.none,
  this.receiptsScope = RegisterScope.all,
  this.weitere = const {},
});