SeoFinding constructor
const
SeoFinding({
- required SeoCheck check,
- required SeoSeverity severity,
- required String message,
- String? path,
- String? detail,
Implementation
const SeoFinding({
required this.check,
required this.severity,
required this.message,
this.path,
this.detail,
});