AllureGlobalError constructor
const
AllureGlobalError({})
Creates a global error record.
Implementation
const AllureGlobalError({
required this.timestamp,
super.message,
super.trace,
super.known,
super.muted,
super.flaky,
super.actual,
super.expected,
});