GitHubReviewState enum Null safety
Constructors
- GitHubReviewState()
-
const
Values
- approved → const GitHubReviewState
-
const GitHubReviewState(0)
- changesRequested → const GitHubReviewState
-
const GitHubReviewState(1)
- dimissed → const GitHubReviewState
-
const GitHubReviewState(2)
- requestChanges → const GitHubReviewState
-
const GitHubReviewState(3)
- comment → const GitHubReviewState
-
const GitHubReviewState(4)
- pending → const GitHubReviewState
-
const GitHubReviewState(5)
- commented → const GitHubReviewState
-
const GitHubReviewState(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<
GitHubReviewState> -
A constant List of the values in this enum, in order of their declaration.
[approved, changesRequested, dimissed, requestChanges, comment, pending, commented]