CheckErrorBody constructor

CheckErrorBody({
  1. required String error,
  2. required String description,
  3. required String checkId,
  4. required String? referenceId,
})

Implementation

CheckErrorBody({
  required this.error,
  required this.description,
  required this.checkId,
  required this.referenceId,
});