IngestionErrorRecord constructor

IngestionErrorRecord({
  1. List<FieldError>? errors,
  2. String? recordId,
})

Implementation

IngestionErrorRecord({this.errors, this.recordId});