PartitionedColumn constructor

PartitionedColumn({
  1. String? field,
})

Implementation

PartitionedColumn({
  this.field,
});