RunAttemptStatus constructor
const
RunAttemptStatus({})
Creates a snapshot.
Implementation
const RunAttemptStatus({
required this.runId,
required this.issueId,
required this.issueIdentifier,
required this.attempt,
required this.phase,
required this.workspacePath,
required this.startedAt,
this.error,
});