SeoFinding class

One problem, on one page.

Constructors

SeoFinding({required SeoCheck check, required SeoSeverity severity, required String message, String? path, String? detail})
const

Properties

check SeoCheck
Which check produced this — stable across versions, so it can be suppressed by id.
final
detail String?
The offending value, when quoting it helps — the duplicate title, the href that matched nothing.
final
fingerprint String
A stable identity for deduplication and for "did this finding already exist" comparisons between runs.
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
One sentence saying what is wrong, in terms of the author's own route table rather than of the audit's internals.
final
path String?
The page it applies to; null for site-wide findings such as SeoCheck.sitemapEmpty.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity SeoSeverity
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited