TenunValidationReportFallback constructor
const
TenunValidationReportFallback({
- Key? key,
- required ValidationResult result,
- Map<
String, dynamic> ? rawPayload, - bool requireRegisteredType = false,
- required int validationReportMaxIssues,
- String title = 'Invalid chart payload',
- String? message,
- bool showDoctorSummary = true,
- bool showValidationDetails = true,
- bool showQuickFixes = true,
- int maxQuickFixes = 3,
- TenunDiagnosticFallbackOptions? options,
Implementation
const TenunValidationReportFallback({
super.key,
required this.result,
this.rawPayload,
this.requireRegisteredType = false,
required this.validationReportMaxIssues,
this.title = 'Invalid chart payload',
this.message,
this.footerChildren = const [],
this.showDoctorSummary = true,
this.showValidationDetails = true,
this.showQuickFixes = true,
this.maxQuickFixes = 3,
this.options,
});