BackfillError constructor

BackfillError({
  1. BackfillErrorCode? code,
  2. List<PartitionValueList>? partitions,
})

Implementation

BackfillError({
  this.code,
  this.partitions,
});