ProjectScope constructor

ProjectScope(
  1. String project,
  2. String role
)

Implementation

ProjectScope(String project, this.role)
    : super._(AclScope._typeProject, project);