AmityPermissions constructor

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

Implementation

AmityPermissions({
  this.permissions,
});