RepositoryPermissions constructor

RepositoryPermissions(
  1. {bool admin = false,
  2. bool push = false,
  3. bool pull = false}
)

Implementation

RepositoryPermissions(
    {this.admin = false, this.push = false, this.pull = false});