GitHubPRAuthorAssociation enum Null safety
Constructors
- GitHubPRAuthorAssociation()
-
const
Values
- collaborator → const GitHubPRAuthorAssociation
-
const GitHubPRAuthorAssociation(0)
- contributor → const GitHubPRAuthorAssociation
-
const GitHubPRAuthorAssociation(1)
- firstTimer → const GitHubPRAuthorAssociation
-
const GitHubPRAuthorAssociation(2)
- firstTimeContributor → const GitHubPRAuthorAssociation
-
const GitHubPRAuthorAssociation(3)
- member → const GitHubPRAuthorAssociation
-
const GitHubPRAuthorAssociation(4)
- none → const GitHubPRAuthorAssociation
-
const GitHubPRAuthorAssociation(5)
- owner → const GitHubPRAuthorAssociation
-
const GitHubPRAuthorAssociation(6)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GitHubPRAuthorAssociation> -
A constant List of the values in this enum, in order of their declaration.
[collaborator, contributor, firstTimer, firstTimeContributor, member, none, owner]