trace property

String trace

Implementation

String get trace =>
    failures.fold("", (p, n) => "$p${n!.error.toString()}\n${n.trace}\n");