BackfillError constructor
BackfillError({
- BackfillErrorCode? code,
- List<
PartitionValueList> ? partitions,
Implementation
BackfillError({
this.code,
this.partitions,
});