AclEntry constructor

AclEntry(
  1. AclScope scope,
  2. AclPermission permission
)

Implementation

AclEntry(this.scope, this.permission);