ExpectedFinding constructor
const
ExpectedFinding({})
Creates an ExpectedFinding.
Implementation
const ExpectedFinding({
required this.ruleId,
required this.wcag,
required this.identifier,
});
Creates an ExpectedFinding.
const ExpectedFinding({
required this.ruleId,
required this.wcag,
required this.identifier,
});