BPConfigValidationError constructor

BPConfigValidationError({
  1. required BPConfigValidationErrorCase errorCase,
  2. required String message,
})

Implementation

BPConfigValidationError({
  required this.errorCase,
  required this.message,
});