SeoFinding constructor

const SeoFinding({
  1. required SeoCheck check,
  2. required SeoSeverity severity,
  3. required String message,
  4. String? path,
  5. String? detail,
})

Implementation

const SeoFinding({
  required this.check,
  required this.severity,
  required this.message,
  this.path,
  this.detail,
});