ColumnFamily constructor

ColumnFamily({
  1. GcRule? gcRule,
  2. ColumnFamilyStats? stats,
  3. Type? valueType,
})

Implementation

ColumnFamily({
  this.gcRule,
  this.stats,
  this.valueType,
});