Authorization constructor

Authorization({
  1. List<Permission>? permissions,
})

Implementation

Authorization({
  this.permissions,
});