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