ConditionalState enum

Result of the review request.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Describes the conditional state.
final

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.