BundleValidationError constructor
const
BundleValidationError({
- required String code,
- required String message,
- String? path,
- BundleValidationSeverity severity = BundleValidationSeverity.error,
Implementation
const BundleValidationError({
required this.code,
required this.message,
this.path,
this.severity = BundleValidationSeverity.error,
});