Permissions constructor

Permissions({
  1. List<String>? permissions,
})

Implementation

Permissions({
  this.permissions,
});