PartitionError constructor
PartitionError({
- ErrorDetail? errorDetail,
- List<
String> ? partitionValues,
Implementation
PartitionError({
this.errorDetail,
this.partitionValues,
});