ConditionalState enum
Result of the review request.
Values
- keepRemindDisabled → const ConditionalState
-
The conditions have been satisfied but the
keepRemind
has been disabled.const ConditionalState('The conditions have been satisfied but the `keepRemind` has been disabled')
- noRequestVersion → const ConditionalState
-
This version is satisfied with
noRequestVersions
=> Not satisfied.const ConditionalState('This version is satisfied with `noRequestVersions` => Not satisfied')
- notSatisfiedWithMinCalls → const ConditionalState
-
Not satisfied with minCalls condition.
const ConditionalState('Not satisfied with minCalls condition')
- notSatisfiedWithMinDays → const ConditionalState
-
Not satisfied with minDays condition.
const ConditionalState('Not satisfied with minDays condition')
- notSatisfiedWithMinCallsAndDays → const ConditionalState
-
Not satisfied with minCalls and minDays.
const ConditionalState("Not satisfied with minCalls and minDays")
- satisfied → const ConditionalState
-
Satisfied with all conditions.
const ConditionalState('Satisfied with all conditions')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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<
ConditionalState> - A constant List of the values in this enum, in order of their declaration.