IngestionErrorRecord constructor
IngestionErrorRecord({
- List<
FieldError> ? errors, - String? recordId,
Implementation
IngestionErrorRecord({this.errors, this.recordId});