proofPaths property

Map<String, String> get proofPaths

Proof-of-work artifact path per issue identifier, for completed or reviewable runs.

Implementation

Map<String, String> get proofPaths =>
    Map<String, String>.unmodifiable(_proofPathsByIssue);