Outcome class

Interprets a result so that humans and machines can act on it.

Constructors

Outcome({FailureDetail? failureDetail, InconclusiveDetail? inconclusiveDetail, SkippedDetail? skippedDetail, SuccessDetail? successDetail, String? summary})
Outcome.fromJson(Map _json)

Properties

failureDetail FailureDetail?
More information about a FAILURE outcome.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inconclusiveDetail InconclusiveDetail?
More information about an INCONCLUSIVE outcome.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedDetail SkippedDetail?
More information about a SKIPPED outcome.
getter/setter pair
successDetail SuccessDetail?
More information about a SUCCESS outcome.
getter/setter pair
summary String?
The simplest way to interpret a result.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited