success property
bool
get
success
True when no step failed (skips are allowed).
Implementation
bool get success => failedCount == 0;
True when no step failed (skips are allowed).
bool get success => failedCount == 0;