CheckRunConclusion class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns the String value of this.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
True iff other is an EnumWithValue with the same value as this object.
inherited

Constants

actionRequired → const CheckRunConclusion
cancelled → const CheckRunConclusion
empty → const CheckRunConclusion
failure → const CheckRunConclusion
neutral → const CheckRunConclusion
skipped → const CheckRunConclusion
success → const CheckRunConclusion
timedOut → const CheckRunConclusion