BPConfigValidationError constructor
BPConfigValidationError({
- required BPConfigValidationErrorCase errorCase,
- required String message,
Implementation
BPConfigValidationError({
required this.errorCase,
required this.message,
});